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

specifying identical_times=true for FisherModelParametrized does not change shape of times #23

Open
jonaspleyer opened this issue Nov 3, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@jonaspleyer
Copy link
Member

jonaspleyer commented Nov 3, 2022

Modify one of the existing tests to recreate the problem. (commit 48ed7df)
test/solving/test_convergence.py
The test has to be modified in the following way:

def test_ode_rhs_exact_solution_identical_times(self):
    self.fsmp.identical_times=True
    self.test_ode_rhs_exact_solution()
    self.fsmp.identical_times=False
@jonaspleyer jonaspleyer added the bug Something isn't working label Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant