Skip to content

Commit

Permalink
Flexible system
Browse files Browse the repository at this point in the history
  • Loading branch information
mfherbst committed Oct 23, 2024
1 parent d2f7075 commit 19a9d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/flexible_system.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Unitful
using UnitfulAtomic
using Test

@testset "Fast system" begin
@testset "Flexible system" begin
box = tuple([[10, 0.0, 0.0], [0.0, 5, 0.0], [0.0, 0.0, 7]]u"Å" ...)
pbcs = (true, false, false)
dic = Dict{String, Any}("extradata_dic"=>"44")
Expand Down

0 comments on commit 19a9d4c

Please sign in to comment.