Skip to content

Commit

Permalink
Fix parameter_set path in optimiser_interface
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Jun 30, 2024
1 parent aa07855 commit 6d06299
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"source": [
"# Load the parameters\n",
"parameter_set = pybop.ParameterSet(\n",
" json_path=\"../scripts/parameters/initial_ecm_parameters.json\"\n",
" json_path=\"../../scripts/parameters/initial_ecm_parameters.json\"\n",
")\n",
"parameter_set.import_parameters()\n",
"# Define the model\n",
Expand Down

0 comments on commit 6d06299

Please sign in to comment.