Skip to content

Commit f2c6a37

Browse files
committed
Fix data download for lattice constants
1 parent a4f518c commit f2c6a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ml_peg/calcs/bulk_crystal/lattice_constants/calc_lattice_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def test_lattice_consts(mlip: tuple[str, Any]) -> None:
8888

8989
data_dir = (
9090
download_s3_data(
91-
key="inputs/bulk_crystal/lattice_constants.zip",
91+
key="inputs/bulk_crystal/lattice_constants/lattice_constants.zip",
9292
filename="lattice_constants.zip",
9393
)
9494
/ "lattice_constants"

0 commit comments

Comments
 (0)