biosimulators / Biosimulators_utils

Utilities for building standardized command-line interfaces for biosimulation software packages
https://docs.biosimulators.org/Biosimulators_utils
MIT License
4 stars 6 forks source link

Capturer clashes with Pycharm due to rebinding of io.FileIO based sys.stdout and sys.stderr streams #143

Open CodeByDrescher opened 1 year ago

CodeByDrescher commented 1 year ago

StandardOutputErrorCapturer relies on capturer to work properly, but said package is not flexible enough to navigate around Pycharm rebinding sys.stdout and sys.stderr to new objects.

see #135 for similar issues