mikekatz04 / BBHx

GNU General Public License v3.0
17 stars 15 forks source link

Add check on the type of frequencies input array to the waveform generation #8

Closed NataliaKor closed 1 year ago

NataliaKor commented 1 year ago

In wave_gen add the check for freqs parameter if input is numpy or cupy. Otherwise will be type incompatibility.

mikekatz04 commented 1 year ago

Fixed