Skip to content

Commit

Permalink
Fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
connoramoreno committed Jan 27, 2025
1 parent 6c8ec28 commit 951f086
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions parastell/parastell.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,9 @@ def export_cubit_dagmc(
"""
cubit_io.init_cubit()

self._logger.info("Exporting DAGMC neutronics model using Coreform Cubit...")
self._logger.info(
"Exporting DAGMC neutronics model using Coreform Cubit..."
)

cubit_io.export_dagmc_cubit(
filename=filename,
Expand Down Expand Up @@ -461,7 +463,9 @@ def export_cad_to_dagmc(
max_mesh_size (float): maximum size of mesh elements (defaults to
50).
"""
self._logger.info("Exporting DAGMC neutronics model with CAD-to-DAGMC ...")
self._logger.info(
"Exporting DAGMC neutronics model with CAD-to-DAGMC ..."
)

export_path = Path(export_dir) / Path(filename).with_suffix(".h5m")
self.dagmc_model.export_dagmc_h5m_file(
Expand Down

0 comments on commit 951f086

Please sign in to comment.