spm / SPM.jl

SPM in Julia
https://www.fil.ion.ucl.ac.uk/spm/
MIT License
10 stars 2 forks source link

Make `SPM.jl` a more standard package #1

Closed giordano closed 2 years ago

giordano commented 2 years ago

This PR makes SPM.jl a more standard package, which can be directly installed with the package manager and doesn't require fiddling with LOAD_PATH. Also, now tests can be run with Pkg.test("SPM"), or test SPM in the package manager REPL.

gllmflndn commented 2 years ago

Thank you for this, @giordano!