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

Split SciMLBase from DiffEqBase #638

Merged
merged 15 commits into from
Jan 27, 2021
Merged

Split SciMLBase from DiffEqBase #638

merged 15 commits into from
Jan 27, 2021

Conversation

ChrisRackauckas
Copy link
Member

This is the companion PR to SciML/SciMLBase.jl#1

Comment on lines 253 to 255
@require GeneralizedGenerated="6b9d7cbe-bcb9-11e9-073f-15a7a543e2eb" begin
numargs(::GeneralizedGenerated.RuntimeFn{Args}) where Args = GeneralizedGenerated.from_type(Args) |> length
SciMLBase.numargs(::GeneralizedGenerated.RuntimeFn{Args}) where Args = GeneralizedGenerated.from_type(Args) |> length
end
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this could be moved to SciMLBase? It seems useful also for non-DE problems.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, in another iteration. I'm more worried about making sure nothing broke with what was moved already.

@ChrisRackauckas ChrisRackauckas merged commit 6dc2294 into master Jan 27, 2021
@ChrisRackauckas ChrisRackauckas deleted the scimlbase branch January 27, 2021 22:51
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.

2 participants