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 0b12b92 commit 96c8507Copy full SHA for 96c8507
biobb_io/test/unitests/test_mmb_api/test_ligand.py
@@ -14,4 +14,4 @@ def teardown_class(self):
14
def test_ligand(self):
15
ligand(properties=self.properties, **self.paths)
16
assert fx.not_empty(self.paths['output_pdb_path'])
17
- assert fx.equal_txt(self.paths['output_pdb_path'], self.paths['reference_output_pdb_path'], percent_tolerance=50)
+ assert fx.equal_txt(self.paths['output_pdb_path'], self.paths['reference_output_pdb_path'], percent_tolerance=10)
0 commit comments