Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make TimeDerivative rhs have a per_time dimension #25

Merged
merged 3 commits into from
Jun 18, 2024

Conversation

pgleeson
Copy link
Member

No description provided.

sanjayankur31 and others added 3 commits June 14, 2024 17:06
Otherwise we end up with dimensionally incorrect values:

```
<TimeDerivative variable="time" value="1"/>
```

It'll now be:

```
<TimeDerivative variable="time" value="tscale * 1"/>
```

where `tscale` has dimensions `per_time`.
fix(sbml-import): make TimeDerivative rhs have a `per_time` dimension
@pgleeson pgleeson merged commit ebd7276 into development Jun 18, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants