Skip to content

Commit 446823e

Browse files
logs
1 parent 0d84e51 commit 446823e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

energyml-utils/src/energyml/utils/data/mesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ def read_property_interpreted_with_cbt(
11271127
)
11281128
elif isinstance(category_lookup_data, dict):
11291129
# Transpose so that each index corresponds to a category (column), not a row.
1130-
logging.debug(f"category_lookup_data dict : {category_lookup_data}")
1130+
# logging.debug(f"category_lookup_data dict : {category_lookup_data}")
11311131

11321132
# Guard against inhomogeneous column lengths (e.g. one column is
11331133
# empty while another is not). Pad all columns with None up to

energyml-utils/src/energyml/utils/epc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ def read_array(
10861086
if array is not None:
10871087
return array
10881088
except Exception as e:
1089-
logging.debug(f"Failed to read dataset from {file_path}: {e}")
1089+
# logging.debug(f"Failed to read dataset from {file_path}: {e}")
10901090
pass
10911091

10921092
logging.error(f"Failed to read array from any available file paths: {file_paths}")

energyml-utils/src/energyml/utils/epc_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1743,7 +1743,7 @@ def read_array(
17431743
if array is not None:
17441744
return array
17451745
except Exception as e:
1746-
logging.debug(f"Failed to read dataset from {file_path}: {e}")
1746+
# logging.debug(f"Failed to read dataset from {file_path}: {e}")
17471747
pass
17481748

17491749
logging.error(f"Failed to read array from any available file paths: {file_paths}")

0 commit comments

Comments
 (0)