Skip to content

Conversation

@miguelraz
Copy link

pew pew!

DiffCache(zeros(T, length), zeros(Dual{chunk_size, T}, length))
end

Base.@pure DiffCache(u::AbstractArray) = DiffCache(eltype(u),length(u),Val{ForwardDiff.pickchunksize(length(u))})
Copy link
Member

Choose a reason for hiding this comment

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

Just delete this file

Copy link
Author

Choose a reason for hiding this comment

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

Deleted

import DiffEqBase: resize!,deleteat!,addat!,full_cache,user_cache, u_cache,du_cache,
resize_non_user_cache!,deleteat_non_user_cache!,addat_non_user_cache!,
terminate!,get_du, get_dt,get_proposed_dt,
terminate!,DiffEqDiffTools.get_du, get_dt,get_proposed_dt,
Copy link
Member

Choose a reason for hiding this comment

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

Don't shadow here. This is a "different get_du" which is part of the integrator interface.

Copy link
Author

Choose a reason for hiding this comment

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

Deleted.

@ChrisRackauckas
Copy link
Member

You should remove DiffBase, ForwardDiff, and NLsolve from the REQUIRE file.

@miguelraz
Copy link
Author

Removed.

@ChrisRackauckas
Copy link
Member

Supersceded by other changes.

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