NSLS-II-CSX / profile_collection

BSD 3-Clause "New" or "Revised" License
0 stars 5 forks source link

FIX: account for expanded API in stats objects #2

Closed tacaswell closed 8 years ago

tacaswell commented 8 years ago

attn @cmazzoli I think this fixes https://github.com/NSLS-II/wishlist/issues/110

tacaswell commented 8 years ago

@cmazzoli What you need to do now is:

  1. read the changes a. if you like them hit the 'merge pull request' button on this page b. if you do not leave line comments asking me to change things until you are happy
  2. on your computer do a git remote update (this may require re-exporting https_proxy)
  3. git merge --ff-only origin/master
  4. restart ipython
klauer commented 8 years ago

Adding the setup call should (hopefully) fix most of the ca timeouts.

cmazzoli commented 8 years ago

Tom, I had a look but I don't understand. So I assume that they are ok and I merge + update locally in order to test. Thank you.

tacaswell commented 8 years ago

@cmazzoli Did this fix your problems?