Skip to content

Commit

Permalink
fix(notebook): add arguments to call endpoint method
Browse files Browse the repository at this point in the history
  • Loading branch information
RDWimmers committed Dec 21, 2023
1 parent 8a8fbe8 commit 5c81914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/NBxxxxx_SBRA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
"if name:\n",
" single_payload = create_single_payload(multi_vibration_payload, name=name)\n",
" result = client.call_endpoint(\n",
" \"VibraCore\", f\"/{methode.lower()}/validation/single\", single_payload\n",
" \"VibraCore\", f\"/{methode.lower()}/validation/single\", schema=single_payload\n",
" )\n",
" plot_reduction(result, sensitive=True);"
]
Expand All @@ -594,7 +594,7 @@
"if name:\n",
" single_payload = create_single_payload(multi_vibration_payload, name=name)\n",
" result = client.call_endpoint(\n",
" \"VibraCore\", f\"/{methode.lower()}/validation/single\", single_payload\n",
" \"VibraCore\", f\"/{methode.lower()}/validation/single\", schema=single_payload\n",
" )\n",
" plot_reduction(result, sensitive=True);"
]
Expand Down

0 comments on commit 5c81914

Please sign in to comment.