-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
Code style black #1201
Code style black #1201
Conversation
695035d
to
8d3510c
Compare
8d3510c
to
9adb5b4
Compare
Codecov Report
@@ Coverage Diff @@
## master #1201 +/- ##
==========================================
- Coverage 77.73% 77.71% -0.02%
==========================================
Files 92 91 -1
Lines 5731 5727 -4
==========================================
- Hits 4455 4451 -4
Misses 1276 1276
Continue to review full report at Codecov.
|
88d487d
to
6c2f12f
Compare
Co-authored-by: Jaladh Singhal <[email protected]>
Co-authored-by: Jaladh Singhal <[email protected]>
Co-authored-by: Jaladh Singhal <[email protected]>
) | ||
) | ||
"ionization data for the ion ({}, {})".format( | ||
str(counts.index[counts.index != counts]), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to change that.
Co-authored-by: Wolfgang Kerzendorf <[email protected]>
Co-authored-by: Jaladh Singhal <[email protected]>
Co-authored-by: Jaladh Singhal <[email protected]>
Co-authored-by: Jaladh Singhal <[email protected]>
Co-authored-by: Wolfgang Kerzendorf <[email protected]>
Co-authored-by: Wolfgang Kerzendorf <[email protected]>
* add pyproject with black settings * black codestyle for all except model, montecarlo * Update tardis/io/atom_data/util.py Co-authored-by: Jaladh Singhal <[email protected]> * Update tardis/io/atom_data/util.py Co-authored-by: Jaladh Singhal <[email protected]> * Update tardis/io/config_reader.py * Update tardis/io/config_reader.py * Update tardis/io/decay.py * Update tardis/io/util.py Co-authored-by: Jaladh Singhal <[email protected]> * Update tardis/plasma/properties/general.py Co-authored-by: Wolfgang Kerzendorf <[email protected]> * Update tardis/plasma/properties/general.py Co-authored-by: Jaladh Singhal <[email protected]> * Update tardis/plasma/properties/nlte.py Co-authored-by: Jaladh Singhal <[email protected]> * Update tardis/plasma/properties/partition_function.py Co-authored-by: Jaladh Singhal <[email protected]> * Update tardis/plasma/properties/partition_function.py Co-authored-by: Wolfgang Kerzendorf <[email protected]> * Delete properties.py * Update tardis/plasma/standard_plasmas.py Co-authored-by: Wolfgang Kerzendorf <[email protected]> * Delete test_montecarlo.py Co-authored-by: Jaladh Singhal <[email protected]>
Switching code-style to black - one
subpackage
at a time.