Skip to content

SBML doesn't like integers in formulas #43

@NicholasCowie

Description

@NicholasCowie

Summary

When converting a formula such as $\frac{X}{1}$, this will fail because when converted into JAX it will be treated as an integer. This is a problem because integers can be summed and multiplied, but when being divided they are done like this: $X * 1^{-1}$, and jax cannot compute the gradient for integers that are raised to a power.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions