-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit test selectSpectraVariables
fails if localData
is present and requested
#29
Comments
selectSpectraVariables
fails if localData
is presentselectSpectraVariables
fails if localData
is present and requested
Good catch! I will fix that. |
jorainer
added a commit
that referenced
this issue
Apr 14, 2021
- Fix `selectSpectraVariables,MsBackendMassbankSql` if `@localData` contains only a single column (issue #29).
@meowcat could you please cross-check if the fix works for you too and eventually close the issue if so? |
Works. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
selectSpectraVariables
right now seems to be incompatible with usinglocalData
:This is on 237dc75. Consequently, this causes the unit test to fail when using
precursorMz
caching (meowcat@7273224).MsBackendMassbank/tests/testthat/test_MsBackendMassbankSql.R
Line 169 in 237dc75
The text was updated successfully, but these errors were encountered: