Skip to content

Commit

Permalink
Shorten names of files causing installation errors (IDAES#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Nov 27, 2024
1 parent 4bf597e commit 169fbf0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idaes/core/surrogate/tests/test_onnx_surrogate.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@


def load_onnx_model_data(
name="net_st_net_5000_STM_100_s_2000000_60_5_tanh_1e-06_4096_tr_15481_Calcite_ST",
name="net_Calcite_ST",
):
onnx_folder_name = os.path.join(this_file_dir(), "data", "onnx_models")
onnx_model = onnx.load(os.path.join(onnx_folder_name, "{}.onnx".format(name)))
Expand Down

0 comments on commit 169fbf0

Please sign in to comment.