Skip to content

Commit e272b98

Browse files
committed
update artifact_path constant
1 parent 1554d46 commit e272b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bimodulesector.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ end
4848

4949
# Data from files
5050
# ---------------
51-
const artifact_path = joinpath(artifact"fusiondata", "MultiTensorKit.jl-data-v0.1.0")
51+
const artifact_path = joinpath(artifact"fusiondata", "MultiTensorKit.jl-data-v0.1.1")
5252

5353
function extract_Nsymbol(::Type{A4Object})
5454
filename = joinpath(artifact_path, "A4", "Nsymbol.json")

0 commit comments

Comments
 (0)