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

Note: ReferenceModel assumes t_end is a float, which implies it cannot be nothing #72

Open
haakon-e opened this issue Oct 26, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@haakon-e
Copy link
Member

haakon-e commented Oct 26, 2021

in get_profile, we allow for tf=nothing, which fetches the profile at the time ti. however, for practical purposes, ReferenceModel is used in conjunction with get_profile, which assumes that t_end is a Real number. As such, the special case of tf=nothing in get_profile is never reached.


note: ti=t_start, tf=t_end

@haakon-e haakon-e added the bug Something isn't working label Oct 29, 2021
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