Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jcallaham committed Sep 12, 2024
1 parent 378a125 commit e49c904
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

// Use 'postCreateCommand' to run commands after the container is created.
// Setting up an editable version of HydroGym
// "postCreateCommand": "source /home/firedrake/firedrake/bin/activate && pip install -e ."
"postCreateCommand": "source /home/firedrake/firedrake/bin/activate && pip install -e ."

// Configure tool-specific properties.
// "customizations": {},
Expand Down
16 changes: 8 additions & 8 deletions test/test_cyl.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ def controller(t, obs):

def test_env():
env_config = {
"flow": hgym.Cylinder,
"flow_config": {
"mesh": "medium",
},
"solver": hgym.SemiImplicitBDF,
"solver_config": {
"dt": 1e-2,
},
"flow": hgym.Cylinder,
"flow_config": {
"mesh": "medium",
},
"solver": hgym.SemiImplicitBDF,
"solver_config": {
"dt": 1e-2,
},
}
env = hgym.FlowEnv(env_config)

Expand Down

0 comments on commit e49c904

Please sign in to comment.