Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vcarlier committed Oct 23, 2023
1 parent 083009a commit 49df6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psydac/feec/tests/test_differentiation_matrices.py
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ def eval_div(fx, fy, fz, *eta):

#==============================================================================
if __name__ == '__main__':

test_Derivative_1D(domain=[0, 1], ncells=3, degree=3, periodic=False, seed=1, multiplicity=1)
test_Derivative_1D(domain=[0, 1], ncells=12, degree=3, periodic=True, seed=1, multiplicity=1)

Expand Down

0 comments on commit 49df6ee

Please sign in to comment.