Skip to content

Commit

Permalink
remove extra underscore in get_box_mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
aakankshbhat authored Jul 7, 2023
1 parent e861962 commit 5033121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_viscous.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def cv_flux_boundary(dd_bdry):
npts_axis = nfac*(11, 21)
box_ll = (left_boundary_location, ybottom)
box_ur = (right_boundary_location, ytop)
mesh = _get_box_mesh(2, a=box_ll, b=box_ur, n=npts_axis)
mesh = get_box_mesh(2, a=box_ll, b=box_ur, n=npts_axis)

logger.info(
f"Number of {dim}d elements: {mesh.nelements}"
Expand Down

0 comments on commit 5033121

Please sign in to comment.