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
Running simulations with emodpy on comps creates two logs. One for idmtools the other for comps
When I'm running simulation tests, these loggers prevent deletion of the temporary folder that was created with the test with:
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\GitHub\emodpy-old\tests\outputs\failed_tests\test_report_run_it_all_on_comps_are_files_generated\COMPS_log.log'
(I had a similar issue with idmtools, but have figured out how to explicitly close that logger and comps logger is proving harder to catch).
I'm not sure why we need debug logging at all times? understand if there's an issue and you want more information, so you add a logging=True parameter somewhere, but, in general this logging isn't helpful for customers: