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
When running the HELICS Advanced Default example, changing the reported logging level in the code for each federate from DEBUG to INFO causes the federation to hang. Similar behavior was seen when changing to WARNING or ERROR.
To Reproduce
Steps to reproduce the behavior:
Run the advanced default example here with helics run --path=./advanced_default_runner.json. The committed version should have the logging level near the top of the file set to DEFAULT. Assuming this runs to completion, change logger.setLevel(logging.DEBUG) to logger.setLevel(logging.INFO) and rerun. The former should complete and the later should fail to complete.
Environment (please complete the following information):
Operating System: 14.7.2
Installation: Build HELICS 3.6.0 from source
helics and pyhelics version:
helics --version
helics, version 3.6.0
Python HELICS version 3.6.0
HELICS Library version 3.6.0 (2024-12-09)
Describe the bug
When running the HELICS Advanced Default example, changing the reported logging level in the code for each federate from
DEBUG
toINFO
causes the federation to hang. Similar behavior was seen when changing toWARNING
orERROR
.To Reproduce
Steps to reproduce the behavior:
Run the advanced default example here with
helics run --path=./advanced_default_runner.json
. The committed version should have the logging level near the top of the file set toDEFAULT
. Assuming this runs to completion, changelogger.setLevel(logging.DEBUG)
tologger.setLevel(logging.INFO)
and rerun. The former should complete and the later should fail to complete.Environment (please complete the following information):
Share the output of the following:
The text was updated successfully, but these errors were encountered: