Skip to content
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

Feature/add thermo noise #737

Closed
wants to merge 7 commits into from
Closed

Feature/add thermo noise #737

wants to merge 7 commits into from

Conversation

chambm
Copy link
Member

@chambm chambm commented Nov 22, 2019

From @rfellers . I mostly just squashed his commits and added test data. Supersedes #165

@@ -199,6 +199,9 @@ int main(int argc, char* argv[])
config.peakPicking = true;
pwiz::util::testReader(reader, testArgs, testAcceptOnly, requireUnicodeSupport, IsRawFile(), config);

config.addNoiseData = true;
pwiz::util::testReader(reader, testArgs, testAcceptOnly, requireUnicodeSupport, IsRawFile(), config);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use IsNamedRawFile() to restrict the noise data test to 1 or 2 RAW files: we don't need tests for all the single scan RAW Files we have.

@chambm
Copy link
Member Author

chambm commented Jun 21, 2021

Hi @rfellers sorry it's taken so, so long to get back to this. I think the reason why I haven't merged this is all the extraneous whitespace changes that I haven't had time/motivation to clean up. Those extra changes make it hard to see what the commit(s) did when looking at the log. If you are still interested, please clean up those whitespace changes and the extra test issue, and I think this is ready to merge.

@chambm chambm closed this Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants