You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
I'm trying to use Revise.jl to make the changes discussed in #74, and I'm running into some issues. I'm new to Revise though.
For now, calling using Revise before using SimpleSDMLayers in a dev project works great when I make changes to any functions from the package, except for the GBIF/DataFrames integrations. I know they are loaded through Requires.jl, but this is supposed to be supported by Revise (see here)
@tpoisot I know your preference for joinpath, but do you mind leaving that one? Is there another fix?
The text was updated successfully, but these errors were encountered:
tpoisot
changed the title
Changes to DataFrames/GBID integrations not picked up by Revise.jl
Changes to DataFrames/GBIF integrations not picked up by Revise.jl
Feb 28, 2021
I'm trying to use Revise.jl to make the changes discussed in #74, and I'm running into some issues. I'm new to Revise though.
For now, calling
using Revise
beforeusing SimpleSDMLayers
in a dev project works great when I make changes to any functions from the package, except for the GBIF/DataFrames integrations. I know they are loaded through Requires.jl, but this is supposed to be supported by Revise (see here)I managed to make it work by removing the
joinpath()
in https://github.com/EcoJulia/SimpleSDMLayers.jl/blob/db148a57a597dbb7412bae50b2c0168815ad0df1/src/SimpleSDMLayers.jl#L55-L65 to@tpoisot I know your preference for
joinpath
, but do you mind leaving that one? Is there another fix?The text was updated successfully, but these errors were encountered: