Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

function merge_icd_seg_conseg in rft submodule produces unwanted csv files #452

Open
daniel-sol opened this issue Aug 24, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@daniel-sol
Copy link

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

@daniel-sol daniel-sol added the bug Something isn't working label Aug 24, 2023
@daniel-sol
Copy link
Author

It also seems odd that this should be dependent on log level

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant