Skip to content

Commit

Permalink
more CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Sep 6, 2024
1 parent 195ca77 commit 4a62a39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyro/advection_nonuniform/problems/slotted.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

DEFAULT_INPUTS = "inputs.slotted"

PROBLEM_DEFAULTS = {"slotted.omega": 0.5, # angular velocity
"slotted.offset": 0.25} # offset of the slot center from domain center
PROBLEM_PARAMS = {"slotted.omega": 0.5, # angular velocity
"slotted.offset": 0.25} # offset of the slot center from domain center


def init_data(my_data, rp):
Expand Down
2 changes: 1 addition & 1 deletion pyro/compressible/problems/bubble.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
DEFAULT_INPUTS = "inputs.bubble"

PROBLEM_PARAMS = {"bubble.dens_base": 10.0, # density at the base of the atmosphere
"bubble.scale_height": 2.0, # scale height of the isothermal atmosphere
"bubble.scale_height": 2.0, # scale height of the isothermal atmosphere
"bubble.x_pert": 2.0,
"bubble.y_pert": 2.0,
"bubble.r_pert": 0.25,
Expand Down
1 change: 1 addition & 0 deletions pyro/swe/problems/quad.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"quadrant.cx": 0.5, # corner x position
"quadrant.cy": 0.5} # corner y position


def init_data(my_data, rp):
""" initialize the quadrant problem """

Expand Down

0 comments on commit 4a62a39

Please sign in to comment.