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 the documentation for nifgen.session.create_waveform_numpy(), the example line of code code under 'tip' just references nifgen.session.create_waveform(). Is this correct or should it instead reference nifgen.session.create_waveform_numpy()?
The text was updated successfully, but these errors were encountered:
There is no create_waveform_numpy method. So there should be no documentation for it.
There is a create_waveform method. So it is a problem that it is not documented!
Documentation is generated from metadata (like most of these APIs), and create_waveform is what we call "a fancy method" which means it's one of the few we handcode for usability. Evidently we messed some of it up.
Description of issue
In the documentation for nifgen.session.create_waveform_numpy(), the example line of code code under 'tip' just references nifgen.session.create_waveform(). Is this correct or should it instead reference nifgen.session.create_waveform_numpy()?
The text was updated successfully, but these errors were encountered: