Skip to content

Commit

Permalink
Revert "Unit Tests for GP serialization / representation"
Browse files Browse the repository at this point in the history
This reverts commit 1f626ea.
  • Loading branch information
stevetorr committed Sep 22, 2019
1 parent a102a74 commit 1e6fb32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_gp.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ def test_representation_method(two_body_gp):
assert 'Kernel: three_body' in the_str
assert 'Cutoffs: [0.8 0.8]' in the_str
assert 'Model Likelihood: ' in the_str
assert 'Length: ' in the_str
assert 'Signal Var.: ' in the_str
assert "Noise Var.: " in the_str
assert 'Length: 1' in the_str
assert 'Signal Var.: 1' in the_str
assert "Noise Var.: 1" in the_str


def test_serialization_method(two_body_gp,test_point):
Expand Down

0 comments on commit 1e6fb32

Please sign in to comment.