ometa-evan
ometa-evan
https://github.com/mwang87/MassQueryLanguage/blob/7ac8970915583a67f7dec8da5b3a898a53ea04d5/massql/msql_extract.py#L163 https://github.com/mwang87/MassQueryLanguage/blob/7ac8970915583a67f7dec8da5b3a898a53ea04d5/setup.py#L37 https://github.com/mwang87/MassQueryLanguage/blob/7ac8970915583a67f7dec8da5b3a898a53ea04d5/requirements.txt#L7
A `TypeError` is raised if `"charge state"` is present in the selected ion dictionary, but has a value of `None` https://github.com/mwang87/MassQueryLanguage/blob/dc23b1f336631a3286cbc7aca5ad57a23989d7cd/massql/msql_fileloading.py#L437-L438 This could be resolved with a `try`/`except TypeError` or...