Skip to content

Commit

Permalink
removing print statements (#3254)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #3254

removing print statements leftover from D68355536

Reviewed By: saitcakmak

Differential Revision: D68387348

fbshipit-source-id: 89d6ac9e4e0e1a2628fe4f83891708965c6e8952
  • Loading branch information
Jelena Markovic-Voronov authored and facebook-github-bot committed Jan 20, 2025
1 parent c3b8285 commit cd23abf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ax/models/tests/test_eb_thompson.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ def test_EmpiricalBayesThompsonSamplerFit(self) -> None:
outcome_names=self.outcome_names,
)
self.assertEqual(generator.X, self.Xs[0])
print(generator.Ys)
print(
np.array([[1.3, 2.1, 2.9, 3.7], [0.25, 0.25, 0.25, 0.25]]),
)
self.assertTrue(
np.allclose(
np.array(generator.Ys),
Expand Down

0 comments on commit cd23abf

Please sign in to comment.