File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ def results_to_info(
257257 if struct .calc and "arch" in struct .calc .parameters :
258258 arch = struct .calc .parameters ["arch" ]
259259 struct .info ["arch" ] = arch
260- if struct .calc and "mlip_model " in struct .calc .parameters :
260+ if struct .calc and "model " in struct .calc .parameters :
261261 struct .info ["mlip_model" ] = struct .calc .parameters ["model" ]
262262
263263 for key in properties & struct .calc .results .keys ():
@@ -476,7 +476,7 @@ def output_structs(
476476 for image in images :
477477 if image .calc and "arch" in image .calc .parameters :
478478 image .info ["arch" ] = image .calc .parameters ["arch" ]
479- if image .calc and "mlip_model " in image .calc .parameters :
479+ if image .calc and "model " in image .calc .parameters :
480480 image .info ["mlip_model" ] = image .calc .parameters ["model" ]
481481
482482 # Add label for system
You can’t perform that action at this time.
0 commit comments