From 9df0ee9a1cbc7c9c145cc4bf16383321a8be097c Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Thu, 23 Mar 2017 10:58:53 -0700 Subject: [PATCH] Comment out print (cherry picked from commit df48cda) --- tests/test_modules/test_eos/test_modifiedAttributeDict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_modules/test_eos/test_modifiedAttributeDict.py b/tests/test_modules/test_eos/test_modifiedAttributeDict.py index ee7d6c4ea..afdf0163b 100644 --- a/tests/test_modules/test_eos/test_modifiedAttributeDict.py +++ b/tests/test_modules/test_eos/test_modifiedAttributeDict.py @@ -41,4 +41,4 @@ def test_multiply_stacking_penalties(DB, Saveddata, RifterFit): # Ohnoes! Our stacking penalty calculations are off! Round off because the ones in Eos are probably wrong after four decimal places. # TODO: Remove the round when Eos calcs are fixed assert round(em_resist, 4) == round(calculated_resist, 4) - print(str(em_resist) + "==" + str(calculated_resist)) + # print(str(em_resist) + "==" + str(calculated_resist))