nengo / nengo-loihi

Run Nengo models on Intel's Loihi chip
https://www.nengo.ai/nengo-loihi/
Other
35 stars 12 forks source link

Clean up test output #189

Closed hunse closed 5 years ago

hunse commented 5 years ago

Currently, just removes debug and info log messages.

tbekolay commented 5 years ago

Rebased this, it's a tiny but probably beneficial change (the line removed here is essentially dead) but looking through the previous diff, I realized that we still have a pytest.ini file around. So perhaps in this PR we should:

drasmuss commented 5 years ago

Moved everything from pytest.ini to setup.cfg, and also added a few more warnings to filterwarnings while I was touching this.