You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.
Would it be possible to move some things to their own package? (Looking at your temperature controller). This way a) we can remove some of their ipython dependence, b) other interested parties could use them, c) package them like usual with all the goodness that comes with tests, CI, and coverage, d) hot swap them for their simulated counterparts.
The idea would be to just leave the ipython things as setting up the session namespace rather than doing the heavy lifting of the actual code.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would it be possible to move some things to their own package? (Looking at your temperature controller). This way a) we can remove some of their ipython dependence, b) other interested parties could use them, c) package them like usual with all the goodness that comes with tests, CI, and coverage, d) hot swap them for their simulated counterparts.
The idea would be to just leave the ipython things as setting up the session namespace rather than doing the heavy lifting of the actual code.
The text was updated successfully, but these errors were encountered: