Skip to content

Commit

Permalink
Fix syntax in test
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeaucage authored Apr 16, 2024
1 parent 3bc7630 commit 4a7d14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_RSoXS.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ def aniso_test_data_zero_bkg(OFFSET=0,BACKGROUND=0):
return aniso

def test_AR_unity(aniso_test_data_zero_bkg):
AR = data.rsoxs.AR(aniso_test_data_zero_bkg)
AR = aniso_test_data_zero_bkg.rsoxs.AR()
assert(np.allclose(AR,1,atol=1e-3))

0 comments on commit 4a7d14a

Please sign in to comment.