Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sijme-Jan Paardekooper committed Jun 14, 2018
1 parent 642c9f3 commit fa287c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyrodeo/tests/test_sheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def test_sheet():
sim = pyrodeo.Simulation.from_geom('sheet',
dimensions=[32, 64, 1],
domain=([-Lx, Lx], [-Ly, Ly], []))
sim.param.boundaries[0] = 'shear periodic'
sim.param.boundaries[1] = 'periodic'
sim.param.boundaries[0] = ['shear periodic','shear periodic']
sim.param.boundaries[1] = ['periodic', 'periodic']

# Density profile: single maximum in middle of domain
sim.state.dens = 0.5*np.cos(np.pi*sim.coords.x/Lx) + 1.0
Expand Down

0 comments on commit fa287c7

Please sign in to comment.