Skip to content

Commit

Permalink
formatting with black
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacgsmith committed Jul 20, 2021
1 parent 1a2cd5c commit 6185207
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tardis/io/logger/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def logging_state(log_state, tardis_config, specific):
Called from within run_tardis()
Configured via functional arguments passed through run_tardis() - log_state & specific
Configured via YAML parameters under `debug` section - logging_level & specific_logging
Parameters
----------
log_state: str
Expand Down
3 changes: 2 additions & 1 deletion tardis/scripts/cmfgen2tardis.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
from tardis.io.atom_data import AtomData

# The from_hdf() method requires an argument, so the line below doesn't work
#atomic_dataset = AtomData.from_hdf()
# atomic_dataset = AtomData.from_hdf()


def get_atomic_number(element):
index = -1
Expand Down

0 comments on commit 6185207

Please sign in to comment.