Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Feb 2, 2023
1 parent d762d0b commit 3dd1e77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions tests/test_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3dd1e77

Please sign in to comment.