-
Notifications
You must be signed in to change notification settings - Fork 8
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
Error in Test extension #53
Comments
This is most likely the same issue as discussed in #52 (comment) and #51 (comment). That is, most likely there's a problem with your dependency stack, not with InverseFunctions. In particular, I don't think there's a general issue with InverseFunctions since it can't be reproduced in a clean environment: julia> using InverseFunctions
[ Info: Precompiling InverseFunctionsDatesExt [33677a4c-2dac-51eb-93f3-7ff1c38acef2]
julia> using Test
[ Info: Precompiling InverseFunctionsTestExt [05f3ecc3-30a3-5b98-a414-5bae29b80c93]
julia> |
But it's difficult to tell exactly what your problem is without additional information about the environment (Manifest file) where you encountered the error message. |
I can reproduce the issue in the main branch of GeoStatsFunctions.jl: ] activate . # activate package env
using GeoStatsFunctions # load package
] activate test # activate test folder of package
using Test # triggers error |
I can reproduce it (I had to run julia> ] activate test
julia> ] dev .
julia> using GeoStatsFunctions, Test |
Appreciate if someone can work on a hotfix:
I am on Julia v1.11
The text was updated successfully, but these errors were encountered: