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
Apologies for the late response!
This is fixed in commit cbafac5. However, a PyPI release is not warranted for this minor change. I suggest you install pypulseq as follows when you need vds_2d.py or k2g.py in your project:
vds_2d.py is part of the GitHub repository but not available when pip installing pypulseq.
To Reproduce
After pip install pypulseq:
from pypulseq.utils.vds_2d import vds_2d
Error message:
ModuleNotFoundError: No module named 'pypulseq.utils'
The text was updated successfully, but these errors were encountered: