Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
mfherbst committed Nov 22, 2024
1 parent 9733537 commit 5558410
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/test_bulk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ for D in test_systems
end
@test compare_system(sys_f, D["sys"])
end


##

Expand Down Expand Up @@ -56,7 +55,5 @@ deleteat!(sys4, 1:5)
@test atomic_number.(pold[6:end]) == atomic_number(sys4, :)






@test_throws ArgumentError bulk(:Og) # Case where no bulk structure is known
@test_throws ArgumentError bulk(:B) # Tetragonal, which is currently not implemented

0 comments on commit 5558410

Please sign in to comment.