Skip to content

Commit

Permalink
Blackify
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Sep 20, 2023
1 parent b0b1ab6 commit a1d450f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smt/surrogate_models/tests/test_sgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ def test_vfe(self):
Ypred = sgp.predict_values(self.Xtest)
self.assert_error(Ypred, self.Ytest, atol=0.05, rtol=0.1)


if __name__ == "__main__":
unittest.main()

0 comments on commit a1d450f

Please sign in to comment.