Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bclyons12 committed Jul 18, 2024
1 parent 7c09078 commit f2185e3
Show file tree
Hide file tree
Showing 5 changed files with 1,218 additions and 204 deletions.
2 changes: 1 addition & 1 deletion src/VacuumFields.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const IMASelement = IMAS.pf_active__coil___element
const IMASoutline = Union{IMAS.pf_active__coil___element___geometry__outline, NamedTuple}

include("coils.jl")
export AbstractCoil, PointCoil, DistributedCoil, encircling_coils
export AbstractCoil, PointCoil, ParallelogramCoil, QuadCoil, DistributedCoil, encircling_coils

include("integration.jl")

Expand Down
4 changes: 2 additions & 2 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[deps]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
EFIT = "cda752c5-6b03-55a3-9e33-132a441b0c17"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
MXHEquilibrium = "8efa4e5a-7b9a-4eec-876e-01d13d5b5d75"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Binary file added test/equilibria/d3d_vs_eq3_.mat
Binary file not shown.
Loading

0 comments on commit f2185e3

Please sign in to comment.