Skip to content

Commit 3b081ca

Browse files
timestamps activated
1 parent f60a91a commit 3b081ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

release-notes/0.9.4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ following changes:
66

77
# Features
88
- fixing README issues (#547)
9+
- timestamps activated on model creation
910

1011
Your sbmlutils team

src/sbmlutils/factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def set_model_units(model: libsbml.Model, model_units: "ModelUnits") -> None:
300300

301301

302302
def set_model_history(
303-
sbase: libsbml.SBase, creators: List[Creator], set_timestamps: bool = False
303+
sbase: libsbml.SBase, creators: List[Creator], set_timestamps: bool = True
304304
) -> None:
305305
"""Set the model history from given creators.
306306

0 commit comments

Comments
 (0)