We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2ab80 commit 4839706Copy full SHA for 4839706
process_results.ipynb
@@ -251,9 +251,7 @@
251
" [print(*x) for x in highs][0]\n",
252
" if yesterdayHighs:\n",
253
" y0 = yesterdayHighs[0] \n",
254
- " y0Now = [x for x in date_list if x[2]==y0[2] and x[3]==y0[3] and x[4]==y0[4] and x[5]==y0[5]]\n",
255
" y1 = yesterdayHighs[1] \n",
256
257
" y2 = yesterdayHighs[2] \n",
258
" print([x for x in date_list if x[2]==y0[2] and x[3]==y0[3] and x[4]==y0[4] and x[5]==y0[5]])\n",
259
" print([x for x in date_list if x[2]==y1[2] and x[3]==y1[3] and x[4]==y1[4] and x[5]==y1[5]])\n",
0 commit comments