You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"...and simply wrapping the concatenate in if len(dat) != 0: else: dat = np.array([]) then you’re covered in all instances? Maybe with an optional print statement if verbose"
The text was updated successfully, but these errors were encountered:
https://github.com/flaresimulations/eagle_IO/blob/master/eagle_IO/eagle_IO.py#L144
quote from Will:
"...and simply wrapping the concatenate in if len(dat) != 0: else: dat = np.array([]) then you’re covered in all instances? Maybe with an optional print statement if verbose"
The text was updated successfully, but these errors were encountered: