imr-framework / pypulseq

Pulseq in Python
https://pypulseq.readthedocs.io
GNU Affero General Public License v3.0
112 stars 58 forks source link

duplicate argument in make_arbitrary_rf.py #104

Closed rextlfung closed 1 year ago

rextlfung commented 1 year ago

There are two "return_delay" arguments in the function definition which raised an error when importing PyPulseq

sravan953 commented 1 year ago

Hi, can you please elaborate? Which version are you installing? Via pip? Which script are you attempting to run?

nnmurthy commented 1 year ago

This should be fixed now in the latest version of dev (I changed this along with a couple of other bugs in the example jupyter notebook).

rextlfung commented 1 year ago

Hi, sorry for not providing more details. I meant the latest version of dev but I believe @nnmurthy has already fixed the issue. Thank you!