Skip to content

Commit

Permalink
test (not finished)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dong555 committed Nov 2, 2022
1 parent 0d270f9 commit 079900e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ def test_mse(seed):
actual_res = sp.metrics.mse(X, Xhat)
assert X.shape == Xhat.shape
assert pytest.approx(expected_res) == actual_res

# with pytest.raises(Exception):


# define the test for credible set
# def test_get_credset():

0 comments on commit 079900e

Please sign in to comment.