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
In Day 2, the tutorials are referencing the PyCBC modules web page. A more inclusive top level links is here, also note the User Guides on left side of page that may be particularly applicable.
In Day 2, Tutorial 1,2,3 there are import pylab statements. According to matplotlib, direct input of pylab is 'strongly discouraged'. Given that the use of this python package seems to be working so far, if the change to use matplotlib.pylab is adopted, it should be rigorously tested. Also, the first time I imported pylab it took a long time, probably for some of the reasons noted in the matplotlib page above.DONE (see Remove pylab #35)
The text was updated successfully, but these errors were encountered:
In Day 2, Tutorial 1,2,3 there are import pylab statements. According to matplotlib, direct input of pylab is 'strongly discouraged'. Given that the use of this python package seems to be working so far, if the change to use matplotlib.pylab is adopted, it should be rigorously tested. Also, the first time I imported pylab it took a long time, probably for some of the reasons noted in the matplotlib page above.DONE (see Remove pylab #35)The text was updated successfully, but these errors were encountered: