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

small rationalising of warnings #1432

Merged
merged 1 commit into from
May 16, 2024

Conversation

KrisThielemans
Copy link
Collaborator

  • remove warnings related to block variables when parsing a cylindrical scanner
  • some explanation in warnings
  • convert warnings on disabled symmetries to info()

- remove warnings related to block variables when parsing a cylindrical
scanner
- some explanation in warnings
- convert warnings on disabled symmetries to info()
@KrisThielemans KrisThielemans added this to the v6.1 milestone May 16, 2024
@@ -1032,7 +1032,7 @@ InterfilePDFSHeader::post_processing()
{
warning("Inconsistent number of TOF bins (" + std::to_string(this->num_timing_poss)
+ ") and size of the 'TOF bin order' list (" + std::to_string(this->timing_poss_sequence.size()) + ").");
// return true;
return true;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@NicoleJurjew I've made this into a failure. (Seems weird to try and go ahead of the sizes are incorrect.). Let me know ASAP if this is not ok.

Copy link
Contributor

Choose a reason for hiding this comment

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

Hey Kris, I agree, that wouldn't make sense. With the new script we're not manually editing the TOF bin order anymore, so this won't trip us up for Vision files.

@KrisThielemans KrisThielemans merged commit 6900c9b into UCL:master May 16, 2024
8 of 9 checks passed
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