Skip to content

Commit

Permalink
Apply black changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bendudson authored and github-actions[bot] committed Feb 16, 2024
1 parent 7d261d4 commit 30a93f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MMS/diffusion2/runtest
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build_and_log("MMS diffusion test")
inputs = [
("X", ["mesh:nx"]),
("Y", ["mesh:ny"]),
("Z", ["MZ"]) # ,
("Z", ["MZ"]), # ,
# ("XYZ", ["mesh:nx", "mesh:ny", "MZ"])
]

Expand Down
1 change: 1 addition & 0 deletions tools/tokamak_grids/all/grid2bout.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"""

from __future__ import print_function

from numpy import max
Expand Down

0 comments on commit 30a93f7

Please sign in to comment.