Closed sunwillrise closed 5 years ago
I noticed this bug when I was working on the files produced (splitted) with long_file()
function.
Be aware that when you use the long_file()
function, the name of the analyte is always renamed to "namemass" (i.e. Fe57) instead of "massname" (i.e. 57Fe) :)
Hello.
When initializing analyse object using
latools.analyse()
, ValueError is not raised even when the internal_standard is not inself.analytes
.This is because the code looks like
This should look like
**I think I'll soon make a pull request!