Skip to content

Commit 155f32e

Browse files
committed
Fix tests for CHGNet
1 parent 4e19167 commit 155f32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_output_structs(
9898
if arch == "mace_mp":
9999
model = "small"
100100
if arch == "chgnet":
101-
model = "0.4.0"
101+
model = "0.4.2"
102102
if arch == "sevennet":
103103
model = "SevenNet-0_11July2024"
104104

0 commit comments

Comments
 (0)