Skip to content

Commit

Permalink
Merge pull request #226 from BBN-Q/fix/example-notebooks
Browse files Browse the repository at this point in the history
Fix example notebooks
  • Loading branch information
Diego Ristè committed Oct 3, 2019
2 parents 045cc1c + e3d5502 commit 4fcd7ca
Show file tree
Hide file tree
Showing 9 changed files with 578 additions and 2,545 deletions.
1 change: 0 additions & 1 deletion QGL/PulseSequencePlotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ def extract_waveforms(fileNames, nameDecorator='', time=False):

translator = resolve_translator(fileName, translators)
wfs = translator.read_sequence_file(fileName)
print(f"Sampling rate from extract_waveforms {translator.SAMPLING_RATE}")
sample_time = 1.0/translator.SAMPLING_RATE if time else 1
for (k, seqs) in sorted(wfs.items()):
if all_zero_seqs(seqs):
Expand Down

0 comments on commit 4fcd7ca

Please sign in to comment.