diff --git a/CITATION.cff b/CITATION.cff index e6527e8..f410285 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,6 +4,6 @@ authors: - family-names: Bergmann given-names: Frank T. orcid: https://orcid.org/0000-0001-5553-4702 -title: "copasi/basico: Release 0.42" -version: v0.41 -date-released: 2023-02-01 +title: "copasi/basico: Release 0.43" +version: v0.43 +date-released: 2023-02-02 diff --git a/tests/test_profile.py b/tests/test_profile.py index 2ccd50d..db4e02d 100644 --- a/tests/test_profile.py +++ b/tests/test_profile.py @@ -21,6 +21,9 @@ def test_reports(self): os.path.join(dir_name, 'out__00000__update_low.txt'), ] + first = pl._get_data_from_file(report_files[0]) + second = pl._get_data_from_file(report_files[1]) + combined, obj_val, param_val = pl._combine_files(report_files) self.assertIsNotNone(combined) self.assertAlmostEqual(obj_val, 12.844)