File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Random = "1"
1919Reexport = " 1"
2020TensorOperations = " 5"
2121Test = " 1"
22- TestExtras = " 0.2 "
22+ TestExtras = " 0.3 "
2323WignerSymbols = " 1,2"
2424
2525[extras ]
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Basic utility for testing sectors.
66module TestSetup
77
88export smallset, randsector, hasfusiontensor
9- export @include
109
1110using TensorKitSectors, Test, Random
1211using TestExtras
@@ -44,12 +43,4 @@ function hasfusiontensor(I::Type{<:Sector})
4443 end
4544end
4645
47- # include file as-is in local scope
48- macro include (filename:: String )
49- dir = dirname (string (__source__. file))
50- filepath = joinpath (dir, filename)
51- source = " quote; " * read (filepath, String) * " ; end"
52- return esc (Meta. parse (source). args[1 ])
53- end
54-
5546end # module TestSetup
You can’t perform that action at this time.
0 commit comments