-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Running the bio simulator, just freezes whenever the StandardOutputErrorCapturer is used. When I run without log file, it works, however no output is produced. so
config = bio_copasi.get_config()
config.LOG=True
config.DEBUG=True
config.VERBOSE=True
results, log = bio_copasi.exec_sedml_docs_in_combine_archive(
omexfile,
outdir,
config=config,
fix_copasi_generated_combine_archive=False)freezes the program, needing for the python process to be killed. while
config = bio_copasi.get_config()
config.LOG=False
config.DEBUG=True
config.VERBOSE=True
results, log = bio_copasi.exec_sedml_docs_in_combine_archive(
omexfile,
outdir,
config=config,
fix_copasi_generated_combine_archive=False)works fine, however it does not produce any output, and there is a warning message:
StandardOutputNotLoggedWarning: Standard output and error could not be logged because capturer is not installed. To install capturer, install BioSimulators utils with the `logging` option (`pip install biosimulators-utils[logging]`).
it would be nice if output could be produced without needing capturer.
AlexPatrie
Metadata
Metadata
Assignees
Labels
No labels