Closed seeholza closed 1 year ago
Checking the source of #49, i found that the checks for not None were appearing after the properties of e.g. mz_array were accessed. Simple fix, should hopefully do the trick.
not None
mz_array
Checking the source of #49, i found that the checks for
not None
were appearing after the properties of e.g.mz_array
were accessed. Simple fix, should hopefully do the trick.