-
-
Notifications
You must be signed in to change notification settings - Fork 430
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
Updated packet_source to fix bug with BlackBodySimpleSource.create_pa… #2962
Conversation
…ckets() not taking args or kwargs
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
*beep* *bop* 1 RET505 Unnecessary `else` after `return` statement
Complete output(might be large): tardis/transport/montecarlo/packet_source.py:246:9: RET505 Unnecessary `else` after `return` statement
Found 1 error.
|
Apologies for the errors. So that tests can run, please push an empty commit with |
@nvieira-mcgill can you also add yourself to |
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2962 +/- ##
==========================================
- Coverage 69.54% 69.17% -0.38%
==========================================
Files 228 228
Lines 16429 16429
==========================================
- Hits 11425 11364 -61
- Misses 5004 5065 +61 ☔ View full report in Codecov by Sentry. |
Updated packet_source to fix bug with BlackBodySimpleSource.create_packets() to take args and kwargs
Resolves #2953