File tree Expand file tree Collapse file tree
energyml-utils/src/energyml/utils Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 } " )
Original file line number Diff line number Diff 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 } " )
You can’t perform that action at this time.
0 commit comments