You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon execution of the function df in the rft submodule function merge_icd_seg_conseg is called,
this again produces three csv files:
con.csv
seg.csv
icd.csv
These are also just placed in the current working directory. The line: if logger.level <= logging.DEBUG: (line 411)
Should fix it, but no log level is set directly in module, and setting loglevel in code that calles the module does not successfully stop the generation of these
The text was updated successfully, but these errors were encountered:
Upon execution of the function df in the rft submodule function merge_icd_seg_conseg is called,
this again produces three csv files:
These are also just placed in the current working directory. The line:
if logger.level <= logging.DEBUG:
(line 411)Should fix it, but no log level is set directly in module, and setting loglevel in code that calles the module does not successfully stop the generation of these
The text was updated successfully, but these errors were encountered: