Skip to content

Commit 27f8be0

Browse files
committed
fix
1 parent aa0c849 commit 27f8be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const accelerator = get(ENV, "PyBoltz_TEST_ACCELERATOR", "cpu")
5757
),
5858
]
5959
predicted_structures = predict(inputs, MolecularStructure; seed=0, accelerator)
60-
@test predicted_structures isa Vector{MolecularStructure}
60+
@test predicted_structures isa Vector{Union{MolecularStructure,Union}}
6161
@test length(predicted_structures) == 4
6262
@testset "Order preservation" begin
6363
@test countresidues.(predicted_structures) == [10, 30, 20, 40]

0 commit comments

Comments
 (0)