nengo / nengo-loihi

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

Release 0.6.0 #192

Closed tbekolay closed 5 years ago

tbekolay commented 5 years ago

We had some empty plots again, so I fixed those in 1bf0cc6 and also noticed a test that we can probably re-enable now with the changes we've made. They pass on emulator, but wasn't sure about hardware, so I figured I'd make a PR and let TravisCI do that testing for me.

I included the two release commits here so that if this PR passes tests I can merge this in and then go back to the 0.6.0 release commit, push things to PyPI and tag it and all that once it's in master.

tbekolay commented 5 years ago

If possible we should try to handle the empty-plots-on-xfail issue in the plt fixture, but this works for now.

It's possible I think, but there are situations (maybe the majority of them) in which you want to see what the plot looks like for fails and xfails. What might work, however, is to somehow detect if there are no axes objects defined, and if there aren't to not generate that plot.