Skip to content

Commit 636139a

Browse files
committed
add test for more coverage
1 parent a4a9621 commit 636139a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/simulation.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,8 @@ end
372372

373373
)
374374

375+
@test_throws ArgumentError DisplacementsLogger(100, coords; n_update = 17)
376+
375377
if run_cuda_tests
376378
s_gpu = System(
377379
atoms=CuArray([Atom(mass=10.0u"g/mol", charge=0.0, σ=0.1u"nm", ϵ=0.2u"kJ * mol^-1") for i in 1:n_atoms]),

0 commit comments

Comments
 (0)