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

Blackify TARDIS again #1971

Merged
merged 2 commits into from
Apr 25, 2022
Merged

Blackify TARDIS again #1971

merged 2 commits into from
Apr 25, 2022

Conversation

epassaro
Copy link
Member

@epassaro epassaro commented Apr 23, 2022

Description

  • Ran black tardis and committed (19 files formatted)
  • Enable formatting in montecarlo module in pyproject.toml (27 files formatted)

Requires adding SHA to .git-blame-ignore-revs after merging!

Motivation and context

Black pipeline was broken and lot of PR had been merged meanwhile. Please check!

How has this been tested?

  • Testing pipeline.
  • Black pipeline.

Examples

Type of change

  • Bug fix.
  • New feature.
  • Breaking change.
  • None of the above.

Checklist

  • My change requires a change to the documentation.
    • I have updated the documentation accordingly.
    • (optional) I have built the documentation on my fork following the instructions.
  • I have assigned and requested two reviewers for this pull request.

@tardis-bot
Copy link
Contributor

Before a pull request is accepted, it must meet the following criteria:

  • Is the necessary information provided?
  • Is this a duplicate PR?
    • If a new PR is clearly a duplicate, ask how this PR is different from the original PR?
    • If this PR is about to be merged, close the original PR with a link to this new PR that solved the issue.
  • Does it pass existing tests and are new tests provided if required?
    • The test coverage should not decrease, and for new features should be close to 100%.
  • Is the code tidy?
    • No unnecessary print lines or code comments.

@codecov
Copy link

codecov bot commented Apr 23, 2022

Codecov Report

Merging #1971 (81b7b8f) into master (b54dc86) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1971   +/-   ##
=======================================
  Coverage   59.85%   59.85%           
=======================================
  Files          70       70           
  Lines        8080     8080           
=======================================
  Hits         4836     4836           
  Misses       3244     3244           
Impacted Files Coverage Δ
tardis/tardis/montecarlo/base.py 87.60% <0.00%> (ø)
tardis/tardis/simulation/base.py 83.63% <0.00%> (ø)
tardis/tardis/montecarlo/spectrum.py 67.21% <0.00%> (ø)
tardis/tardis/montecarlo/montecarlo_numba/base.py 31.81% <0.00%> (ø)
...rdis/tardis/montecarlo/montecarlo_numba/vpacket.py 21.78% <0.00%> (ø)
...dis/tardis/montecarlo/montecarlo_numba/r_packet.py 50.00% <0.00%> (ø)
...is/tardis/montecarlo/montecarlo_numba/opacities.py 41.81% <0.00%> (ø)
...is/tardis/plasma/properties/continuum_processes.py 35.75% <0.00%> (ø)
...s/tardis/montecarlo/montecarlo_numba/estimators.py 41.37% <0.00%> (ø)
.../tardis/montecarlo/montecarlo_numba/interaction.py 28.00% <0.00%> (ø)
... and 5 more

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@epassaro epassaro merged commit 01544d1 into tardis-sn:master Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants