Skip to content

Commit

Permalink
add save load functionality, test and tutorial (#616)
Browse files Browse the repository at this point in the history
* add save load functionality, respective tests and a small respective tutorial

* Update tests/test_save_load.py

Co-authored-by: Copilot <[email protected]>

* Update src/hssm/hssm.py

Co-authored-by: Copilot <[email protected]>

* take out a comment

---------

Co-authored-by: Copilot <[email protected]>
  • Loading branch information
AlexanderFengler and Copilot authored Dec 31, 2024
1 parent fd030b9 commit 8fd9584
Show file tree
Hide file tree
Showing 10 changed files with 4,477 additions and 9 deletions.
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This version of HSSM incorporated the following changes:
3. Some improvements to internals to allow for (1.)
4. Major improvments to plotting with `model_cartoon_plots()`
5. Refactoring and minor improvements to pre-existing plots
6. Added functionality to save and load models with `save_model()` and `load_model()`.

### 0.2.4

Expand Down
Binary file added docs/tutorials/hssm_models/test_model/model.pkl
Binary file not shown.
Binary file added docs/tutorials/hssm_models/test_model/traces.nc
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 8fd9584

Please sign in to comment.