|
def read_energy_files_parallel(input_path, save_path, ec_cls, **kwargs): |
Not sure what's the intent here. "save_path" and "ec_cls" appear to be unused args. Might want to remove them or rewrite this and the docstr to avoid confusion as it's misleading.
dscim/src/dscim/preprocessing/input_damages.py
Line 439 in 8a870c3
Not sure what's the intent here. "save_path" and "ec_cls" appear to be unused args. Might want to remove them or rewrite this and the docstr to avoid confusion as it's misleading.