PySCeS / pysces

The official PySCeS project source code repository.
https://pysces.github.io
Other
34 stars 10 forks source link

Suppress initialization messages for setting plotting backends according to `__SILENT_START__` #61

Closed jonrkarr closed 3 years ago

jonrkarr commented 3 years ago

I think the print statements at these lines are intended to be conditioned on not __SILENT_START__

https://github.com/PySCeS/pysces/blob/94e4734824e8f0eb9cfa9489e853afd4c9a37d23/pysces/PyscesPlot2.py#L832 https://github.com/PySCeS/pysces/blob/94e4734824e8f0eb9cfa9489e853afd4c9a37d23/pysces/PyscesPlot2.py#L843 https://github.com/PySCeS/pysces/blob/94e4734824e8f0eb9cfa9489e853afd4c9a37d23/pysces/PyscesPlot2.py#L856