imr-framework / pypulseq

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

unused variable #136

Closed maddin200 closed 7 months ago

maddin200 commented 1 year ago

make_block_pulse.py line 78

Code: BW = 1 / (4 * duration) <-- unused further on

sravan953 commented 1 year ago

Hi @maddin200 , thanks for opening this issue. Since this is not a breaking bug, it is low-priority for now. In the meanwhile, feel free to submit a PR to the dev branch!

wtclarke commented 10 months ago

This is something I've fixed in #151, so this can be closed once that is merged.

wtclarke commented 10 months ago

With the merge of #151, this issue can be closed.