Skip to content

Commit

Permalink
Deleted print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira committed Jan 9, 2024
1 parent 6109923 commit 8c0f527
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mvesuvio/system_tests/test_yspace_fit_GC.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ def setUp(self):
self.optpopt = AnalysisRunner.get_current_result().popt[:, :-1]

def test_opt(self):
print(self.oripopt, self.optpopt)
nptest.assert_almost_equal(self.oripopt, self.optpopt)


Expand Down

0 comments on commit 8c0f527

Please sign in to comment.