Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

remove exports of undefined add_∇ and add_∇! #190

Merged
merged 1 commit into from Sep 7, 2020
Merged

Conversation

oxinabox
Copy link
Member

@oxinabox oxinabox commented Sep 7, 2020

They are not define, so probably should not be exported.

julia> Nabla.add_∇
ERROR: UndefVarError: add_∇ not defined
Stacktrace:
 [1] getproperty(::Module, ::Symbol) at ./Base.jl:26
 [2] top-level scope at REPL[19]:1
 [3] include_string(::Function, ::Module, ::String, ::String) at ./loading.jl:1088

julia> Nabla.add_∇!
ERROR: UndefVarError: add_∇! not defined
Stacktrace:
 [1] getproperty(::Module, ::Symbol) at ./Base.jl:26
 [2] top-level scope at REPL[20]:1
 [3] include_string(::Function, ::Module, ::String, ::String) at ./loading.jl:1088

@oxinabox
Copy link
Member Author

oxinabox commented Sep 7, 2020

CI failures are unreleated

@oxinabox oxinabox merged commit 4cadc87 into master Sep 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants