Skip to content

Commit

Permalink
Fix example so it works
Browse files Browse the repository at this point in the history
  • Loading branch information
awarde96 committed Nov 18, 2024
1 parent 36fc094 commit c337c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Service/Examples/timeseries_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
" \"step\": \"0/to/360\",\n",
" \"feature\" : {\n",
" \"type\" : \"timeseries\",\n",
" \"points\": LOCATION,\n",
" \"points\": [[LOCATION[0], LOCATION[1]]],\n",
" \"axes\": \"step\",\n",
" },\n",
"}\n",
Expand Down

0 comments on commit c337c57

Please sign in to comment.