Skip to content

Commit ddaa78c

Browse files
committed
remove units from test
1 parent 8e25960 commit ddaa78c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_io.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ end
6969
detno = Int32[1],
7070
thit = VectorOfVectors([T[0] * u"s"]),
7171
edep = VectorOfVectors([T[1] * u"eV"]),
72-
pos = VectorOfVectors([[SVector{3, T}.(0.01, 0.01, 0.01) * u"m"]])
72+
pos = VectorOfVectors([[SVector{3, T}.(0.01, 0.01, 0.01)]])
7373
)
7474

7575
contact_charge_signals = timed_simulate_waveforms(
@@ -111,4 +111,4 @@ end
111111
end
112112
rm("generated_waveforms_evts_1-1.h5")
113113
end
114-
end
114+
end

0 commit comments

Comments
 (0)