Skip to content

Commit

Permalink
Merge branch 'main' into simplify_source
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Aug 1, 2023
2 parents 698e0ba + 7587f3c commit c7252e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/notebooks/placeholder.ipynb
2 changes: 1 addition & 1 deletion tests/test_blueice_extended_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_expectation_values(self):
def test_generate_data(self):
"""Test of the generate_data method"""
data = self.model.generate_data()
toydata_file = 'simple_data.hdf5'
toydata_file = 'simple_data.h5'
self.model.store_data(
toydata_file,
[data for k in self.model.likelihood_names])
Expand Down

0 comments on commit c7252e8

Please sign in to comment.