-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Sequence' object has no attribute 'gradient_waveforms' in Sequence.calculate_kspace #107
Comments
Hello, can you share code to reproduce this bug? |
Yes,
|
@sravan953 @fzimmermann89 I believe @sravan953 Was there a reason to remove |
..and is Nevermind, even though the description is the same, |
This should fix imr-framework#107. Also change description of calculate_kspacePP.
@bilal-tasdelen @fzimmermann89 |
As https://pypulseq.readthedocs.io/en/master/pypulseq.Sequence.html#pypulseq.Sequence.sequence.Sequence.calculate_kspace Sorry for dropping the ball here, but I did not use pypulseq for some time -- and today got hit again by the same issue. |
This should fix imr-framework#107. Also change description of calculate_kspacePP. add missing import as requested by review
This should fix imr-framework#107. Also change description of calculate_kspacePP.
This should fix imr-framework#107. Also change description of calculate_kspacePP.
Hi,
pypulseq/pypulseq/Sequence/sequence.py
Line 214 in a18e34f
results in '
Sequence' object has no attribute 'gradient_waveforms'
as
gradient_waveforms
has been removed in 22fb57cNot sure why as I am not familiar with thecodebase and the commit message does not really explain it...
Cheers,
Felix
The text was updated successfully, but these errors were encountered: