We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a9173 commit fc570a5Copy full SHA for fc570a5
1 file changed
blues/tests/test_ethylene.py
@@ -158,6 +158,5 @@ def test_runAnalysis():
158
errs = np.asarray(errs)
159
avg_freq = np.mean(freqs, axis=0)
160
avg_err = np.mean(errs, axis=0)
161
- print('debug', avg_freq, avg_err, np.absolute(avg_freq - populations))
162
check = np.allclose(avg_freq, populations, atol=avg_err)
163
assert check == True
0 commit comments