Skip to content

Commit

Permalink
Bug fixes in seqpos of dna timeseries
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Jul 19, 2024
1 parent 684fed1 commit 113919f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biobb_dna/test/unitests/test_backbone/test_puckering.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ def test_puckering(self):
assert fx.exe_success(returncode)
if platform.system() == 'Darwin':
assert fx.equal(self.paths['output_csv_path'], self.paths['ref_csv_output'])
assert fx.equal(self.paths['output_jpg_path'], self.paths['ref_jpg_output'])
assert fx.equal(self.paths['output_jpg_path'], self.paths['ref_jpg_output'], percent_tolerance=20)

0 comments on commit 113919f

Please sign in to comment.