-
-
Notifications
You must be signed in to change notification settings - Fork 236
fix: minor fixes for clock stuff #4041
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
base: master
Are you sure you want to change the base?
Conversation
Benchmark Results (Julia vlts)Time benchmarks
Memory benchmarks
|
Benchmark Results (Julia v1)Time benchmarks
Memory benchmarks
|
| is_transparent_operator(::Type{Hold}) = true | ||
|
|
||
| (D::Hold)(x) = Term{symtype(x)}(D, Any[x]) | ||
| (D::Hold)(x::Number) = x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how does this come up?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In fixpoint_sub when building MTKParameters. Hold(x) is stored as a parameter, so an initial value for x is an initial value for Hold(x).
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.