Skip to content

Commit

Permalink
Unskipping a test now that tables_io has new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag committed Mar 6, 2024
1 parent 6febf69 commit f25b357
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/qp/test_ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ def test_mixmod_with_negative_weights(self):
with self.assertRaises(ValueError):
_ = qp.mixmod(weights=weights, means=means, stds=sigmas)

@unittest.skip("Waiting for tables_io implementation")
def test_dictionary_output(self):
"""Test that writing and reading a dictionary of ensembles works as expected."""
key = "hist"
Expand Down

0 comments on commit f25b357

Please sign in to comment.