Skip to content

Commit

Permalink
Update tests/test_save_load.py
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
AlexanderFengler and Copilot authored Dec 29, 2024
1 parent cb93184 commit 30b2ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_save_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_save_load_vi_mcmc(basic_hssm_model):

# 2
# Save whole model after running vi as well
print("Saving model and vi traces")
basic_hssm_model.vi(method="advi", niter=1000)
basic_hssm_model.vi(method="advi", niter=1000)
basic_hssm_model.save_model(model_name=tmp_model_name, base_path=tmp_folder_name)

Expand Down

0 comments on commit 30b2ef0

Please sign in to comment.