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

Changes for NeuroML v2.3.1 release #26

Merged
merged 16 commits into from
Aug 20, 2024
Merged

Changes for NeuroML v2.3.1 release #26

merged 16 commits into from
Aug 20, 2024

Conversation

pgleeson
Copy link
Member

No description provided.

pgleeson and others added 16 commits September 22, 2023 17:40
Clones and runs SBML test suite; docs for this updated
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
make TimeDerivative rhs have a per_time dimension
@pgleeson pgleeson merged commit 5cd8bb0 into master Aug 20, 2024
37 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