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/keep the noise down #262

Merged
merged 11 commits into from
Apr 8, 2024
Merged

Feature/keep the noise down #262

merged 11 commits into from
Apr 8, 2024

Conversation

Jammy2211
Copy link
Owner

Adds warnings and code tweaks to avoid noise on the command line when running unit tests and the code.

@Jammy2211 Jammy2211 requested a review from rhayes777 March 26, 2024 17:17
if pixelization is not None:
image_mesh_list.append(pixelization.image_mesh)

if len(image_mesh_list) > 0:

Choose a reason for hiding this comment

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

What if len is 0? Should an error be raised? Or a Warning at least

@Jammy2211 Jammy2211 merged commit 3d3cd6f into main Apr 8, 2024
4 of 5 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