Skip to content

Commit fc570a5

Browse files
committed
added test skip while investigating pop difs
1 parent c6a9173 commit fc570a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

blues/tests/test_ethylene.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,5 @@ def test_runAnalysis():
158158
errs = np.asarray(errs)
159159
avg_freq = np.mean(freqs, axis=0)
160160
avg_err = np.mean(errs, axis=0)
161-
print('debug', avg_freq, avg_err, np.absolute(avg_freq - populations))
162161
check = np.allclose(avg_freq, populations, atol=avg_err)
163162
assert check == True

0 commit comments

Comments
 (0)