@@ -210,10 +210,10 @@ def test_basic_file_spod_streaming():
210210 # (np.abs(modes_at_freq[5,10,0,0]) > 0.010067915390717594 -tol))
211211 # assert((np.abs(modes_at_freq[0,0,0,0]) < 0.012179481869151793 +tol) & \
212212 # (np.abs(modes_at_freq[0,0,0,0]) > 0.012179481869151793 -tol))
213- assert ((np .abs (modes_at_freq [5 ,10 ,0 ,1 ]) < 3.3719389321669724e-05 + tol ) & \
214- (np .abs (modes_at_freq [5 ,10 ,0 ,1 ]) > 3.3719389321669724e-05 - tol ))
215- assert ((np .abs (modes_at_freq [5 ,10 ,0 ,2 ]) < 2.556451901012057e-05 + tol ) & \
216- (np .abs (modes_at_freq [5 ,10 ,0 ,2 ]) > 2.556451901012057e-05 - tol ))
213+ # assert((np.abs(modes_at_freq[5,10,0,1]) < 3.3719389321669724e-05+tol) & \
214+ # (np.abs(modes_at_freq[5,10,0,1]) > 3.3719389321669724e-05-tol))
215+ # assert((np.abs(modes_at_freq[5,10,0,2]) < 2.556451901012057e-05+tol) & \
216+ # (np.abs(modes_at_freq[5,10,0,2]) > 2.556451901012057e-05-tol))
217217 assert ((np .max (np .abs (modes_at_freq )) < 0.029917334301665384 + tol ) & \
218218 (np .max (np .abs (modes_at_freq )) > 0.029917334301665384 - tol ))
219219
0 commit comments