-
-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change codestyle to black for io (#1202)
* change codestyle to black for io * Update tardis/io/atom_data/util.py Co-authored-by: Jaladh Singhal <[email protected]> Co-authored-by: Jaladh Singhal <[email protected]>
- Loading branch information
1 parent
9adb5b4
commit 88d487d
Showing
24 changed files
with
1,074 additions
and
676 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
#readin model_data | ||
from tardis.io.model_reader import read_simple_ascii_density, read_simple_ascii_abundances, read_density_file | ||
# readin model_data | ||
from tardis.io.model_reader import ( | ||
read_simple_ascii_density, | ||
read_simple_ascii_abundances, | ||
read_density_file, | ||
) | ||
|
||
from tardis.io.config_internal import get_internal_configuration, get_data_dir |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
from tardis.io.atom_data.base import AtomData | ||
from tardis.io.atom_data.atom_web_download import download_atom_data | ||
from tardis.io.atom_data.atom_web_download import download_atom_data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.