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
Currently, tolerance and units are only used to process the matched m/z features for creating the image. They are not passed to features() to perform the initial matching, which leads to confusing errors when the feature is not found despite using a larger tolerance.
It should be fine to simply pass tolerance and units to features() -- are there any unforeseen issues this could cause?
In addition, we may need to print more digits on the error and warning messages. Switch to using format()?
The text was updated successfully, but these errors were encountered:
Currently,
tolerance
andunits
are only used to process the matched m/z features for creating the image. They are not passed tofeatures()
to perform the initial matching, which leads to confusing errors when the feature is not found despite using a largertolerance
.It should be fine to simply pass
tolerance
andunits
tofeatures()
-- are there any unforeseen issues this could cause?In addition, we may need to print more digits on the error and warning messages. Switch to using
format()
?The text was updated successfully, but these errors were encountered: