Skip to content

Commit

Permalink
Fixed a test and added Pkg as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Zitz committed Jun 11, 2024
1 parent 4a400b4 commit 87059f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LazySets = "b4f0291d-fe17-52bc-9479-3d1a343d9043"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
BSON = "0.3"
CUDA = "4, 5"
CSV = "0.10"
CUDA = "4, 5"
DataFrames = "1"
FileIO = "1.8"
JLD2 = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion test/measures.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@

@testset "Characteristic time scale" begin
t_0 = Swalbe.t0()
@test t_0[1] == 177428.32340802532
@test t_0[1] 177428.32340802
end

@testset "Field snapshots" begin
Expand Down

0 comments on commit 87059f3

Please sign in to comment.