Skip to content

Commit

Permalink
clear example
Browse files Browse the repository at this point in the history
  • Loading branch information
molotgor committed Oct 16, 2024
1 parent ee47e3a commit 79b57da
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions example/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
],
"source": [
"import json\n",
"import asyncio\n",
"import random\n",
"from datetime import datetime\n",
"amount = 100\n",
Expand All @@ -40,18 +39,13 @@
" ['424', '0.61500000', '101', '', '', ''],\n",
"]\n",
"\n",
"drift = 5\n",
"drift_range = [5, 10]\n",
"group = 50\n",
"group_range = [50, 100]\n",
"timestamp = 1725539650\n",
"amount = 200\n",
"pos = 0\n",
"conver = 1000000000\n",
"\n",
"testArr = []\n",
"\n",
"print(pos, drift, group)\n",
"while pos < amount:\n",
" timestamp_in_nano = timestamp*1000000000\n",
" weight = random.randrange(1, 1000)\n",
Expand Down

0 comments on commit 79b57da

Please sign in to comment.