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

Cleanup tspan conversions #133

Merged
merged 1 commit into from
Apr 26, 2020
Merged

Cleanup tspan conversions #133

merged 1 commit into from
Apr 26, 2020

Conversation

mforets
Copy link
Member

@mforets mforets commented Apr 26, 2020

Closes #68.

  • _promote_tspan returns a TimeInterval (in the future we may add a time parameter to that type, such that it's of the form IA.Interva{N})
  • the case where the time span is defined a posteriori is solved by using IntervalArithmetic.emptyinterval() (which is also an interval, so the function is type-stable)
  • dispatch on solve directly for systems with clocked linear dynamics

@mforets mforets merged commit 83e34ee into master Apr 26, 2020
@mforets mforets deleted the mforets/tspan_convert branch April 26, 2020 15:25
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.

Fix error msg handling in incorrect time span
1 participant