Build Status | Code Coverage |
---|---|
Coils.jl is a Julia library that provides various types and functions for engineering magnetic coils made of rectangular hollow core wire.
Coils.jl is a registered package and you can install it over the REPL:
julia> ]add Coils
See the notebooks in example. Clone or download those files. You can run them with Pluto.jl. Execute the following in the REPL:
julia> using Pluto
julia> Pluto.run()
To run the tests, run julia
and enable the package mode by typing ]
.
Then, run the following command:
activate .
test