HumanBrainProject / hbp-neuromorphic-client

Python client for the Human Brain Project Neuromorphic Computing Platform
Other
49 stars 20 forks source link

Spurious print statements in library code #12

Open cpehle opened 6 years ago

cpehle commented 6 years ago

There are a few spurious print statements in the library code, which ideally should be converted into log output, one example is

https://github.com/HumanBrainProject/hbp-neuromorphic-client/blob/97ded6391f93be3decb4dcedcbc30c71ddb07b8c/nmpi/nmpi_user.py#L385

apdavison commented 5 years ago

The library is really intended to be used interactively in a Jupyter notebook, so the print statements are not spurious in this context.

I agree though it would be a good idea to have an easy way to turn them off.