SyntheticGrids.jl
SyntheticGrids.jl copied to clipboard
Testnumpy issue
I continually get
ERROR: LoadError: LoadError: UndefVarError: @testnumpy not defined Stacktrace: [1] top-level scope [2] include_string(::Function, ::Module, ::String, ::String) at ./loading.jl:1088 in expression starting at /home/AURIS.LOCAL/james.hennessy/Music/SyntheticGrids.jl-master/test/runtests.jl:105 in expression starting at /home/AURIS.LOCAL/james.hennessy/Music/SyntheticGrids.jl-master/test/runtests.jl:5 ERROR: LoadError: LoadError: UndefVarError: @testnumpy not defined
Is there something I'm missing when running runtests.jl
This code is not being continuously supported. The last update we did was to make it compatible with Julia 1.0, but it has not been updated since, so it is likely not compatible with the latest Julia versions.
@eperim I have a pull request to fix right now.
@jamesthesnake thanks a lot for helping with this. I left a couple of comments there.