Skip to content

Commit c912ffc

Browse files
committed
Ignore new saving script
1 parent b88f254 commit c912ffc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/generate_examples/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
os.path.join(ROOT, "docs", "src", "examples", "programmatic", "disk_dataset"),
3333
os.path.join(ROOT, "docs", "src", "examples", "programmatic", "tensor_basis"),
3434
],
35+
"ignore_pattern": "save_tensor_map.py",
3536
"min_reported_time": 5,
3637
"matplotlib_animations": True,
3738
}

examples/programmatic/tensor_basis/tensor_basis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
# after loading the predicted values we can update the metadata to reflect the correct
107107
# information about the target.
108108

109-
target_polarizabilities = mts.load("spherical_polarizabilities.mts")
109+
target_polarizabilities = mts.load("spherical_polarizability.mts")
110110
predicted_polarizabilities = mts.load("outputs_mtt::polarizability.mts")
111111

112112
index_folder = sorted(glob("outputs/*/*/indices"))[-1]

0 commit comments

Comments
 (0)