Skip to content

Commit

Permalink
Delete ITensors tests from NDTensors
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Oct 25, 2024
1 parent 1e27c21 commit 2d008c3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 74 deletions.
5 changes: 0 additions & 5 deletions NDTensors/test/ITensors/Project.toml

This file was deleted.

35 changes: 0 additions & 35 deletions NDTensors/test/ITensors/TestITensorDMRG/dmrg.jl

This file was deleted.

32 changes: 0 additions & 32 deletions NDTensors/test/ITensors/runtests.jl

This file was deleted.

4 changes: 2 additions & 2 deletions NDTensors/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ using SafeTestsets: @safetestset
using Test: @testset
using NDTensors: NDTensors
@testset "$(@__DIR__)" begin
filenames = filter(readdir(@__DIR__)) do file
return startswith("test_")(file) && endswith(".jl")(file)
filenames = filter(readdir(@__DIR__)) do f
return startswith("test_")(f) && endswith(".jl")(f)
end
for dir in ["lib"]
push!(filenames, joinpath(dir, "runtests.jl"))
Expand Down

0 comments on commit 2d008c3

Please sign in to comment.