Skip to content

Commit

Permalink
chore(examples): Automatic commit of example files in Markdown and Ju…
Browse files Browse the repository at this point in the history
…pyter Notebook format.
  • Loading branch information
[email protected] authored and [email protected] committed Apr 20, 2022
1 parent 053c43a commit 5ce57d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/docs/e4_calibration_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ result = modelica_calibrator.calibrate(
```python
modelica_calibrator.validate(
validation_class=validation_class,
tuner_parameter_values=list(result.values())
calibration_result=result
)
```
Don't forget to close the simulation api:
Expand Down
2 changes: 1 addition & 1 deletion examples/jupyter_notebooks/e4_calibration_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"execution_count": null,
"metadata": {},
"outputs": [],
"source": "modelica_calibrator.validate(\n validation_class=validation_class,\n tuner_parameter_values=list(result.values())\n)\n"
"source": "modelica_calibrator.validate(\n validation_class=validation_class,\n calibration_result=result\n)\n"
},
{
"cell_type": "markdown",
Expand Down

0 comments on commit 5ce57d8

Please sign in to comment.