Skip to content

Conversation

@daviehh
Copy link
Contributor

@daviehh daviehh commented Nov 24, 2021

The method ExpMethodGeneric was not exported, instead ExpMethodHighamGeneric got exported but in the package, the generic exp method struct is called ExpMethodGeneric

struct ExpMethodGeneric{T}
end
ExpMethodGeneric()=ExpMethodGeneric{Val(13)}();

ExpMethodHighamGeneric was only mentioned once in the export list:

https://github.com/SciML/ExponentialUtilities.jl/search?q=ExpMethodHighamGeneric

`ExpMethodGeneric` was not exported, instead the name `ExpMethodHighamGeneric` got exported but in the package, the generic exp method struct is called `ExpMethodGeneric`
@ChrisRackauckas ChrisRackauckas merged commit 9c13965 into SciML:master Nov 24, 2021
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