Skip to content

Commit 8935602

Browse files
Update testsuite/MDAnalysisTests/coordinates/base.py
Co-authored-by: Egor Marin <me@marinegor.dev>
1 parent 5b23f52 commit 8935602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • testsuite/MDAnalysisTests/coordinates

testsuite/MDAnalysisTests/coordinates/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def test_volume(self, ref, reader):
370370
vol = reader.ts.volume
371371
# Here we can only be sure about the numbers upto the decimal point due
372372
# to floating point impressions.
373-
assert_allclose(vol, ref.volume, atol=1, rtol=0)
373+
assert_allclose(vol, ref.volume, atol=0.01, rtol=0)
374374

375375
def test_iter(self, ref, reader):
376376
for i, ts in enumerate(reader):

0 commit comments

Comments
 (0)