Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed May 6, 2024
1 parent 5f8a18b commit b455b73
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,9 @@ using Test: @test, @testset
@test issetequal(
names(ITensorMPS),
[
[
:ITensorMPS,
]
[:ITensorMPS]
# ITensorTDVP reexports
[
:TimeDependentSum,
:dmrg_x,
:linsolve,
:tdvp,
:to_vec,
]
[:TimeDependentSum, :dmrg_x, :linsolve, :tdvp, :to_vec]
# ITensors and ITensors.ITensorMPS reexports
TestITensorMPSExportedNames.ITENSORMPS_EXPORTED_NAMES
],
Expand Down

0 comments on commit b455b73

Please sign in to comment.