bus error fix attempt
This commit is contained in:
parent
e4bcc2d8a0
commit
4acb7fe526
|
@ -5,6 +5,7 @@ from os import path, chdir, getcwd, makedirs, remove, listdir
|
|||
from argparse import ArgumentDefaultsHelpFormatter, ArgumentParser
|
||||
from typing import Union
|
||||
from datetime import datetime
|
||||
from time import sleep
|
||||
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
@ -169,6 +170,7 @@ def addBurst(values):
|
|||
start = start,
|
||||
out_fil = path.join("./", f"{basename}_injected.fil")
|
||||
)
|
||||
sleep(1) #was a write then read too fast causing issues?
|
||||
#reload into object
|
||||
filterbankObj = Your(path.join("./", f"{basename}_injected.fil"))
|
||||
pulseNum -= 1
|
||||
|
|
Loading…
Reference in a new issue