Skip to content

Commit

Permalink
Merge pull request #92 from xdslproject/emilien/mixed-function-test
Browse files Browse the repository at this point in the history
Tweak a test to make sure it works with mixed time functions and func…
  • Loading branch information
georgebisbas authored May 27, 2024
2 parents 134f237 + 3fa1f13 commit 13d90ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_xdsl_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ def test_function_III():

u = Function(name="u", grid=grid)
v = TimeFunction(name="v", grid=grid)
w = Function(name="w", grid=grid)
w = TimeFunction(name="w", grid=grid)

u.data[:, :] = 1.0
v.data[:, :] = 2.0
Expand Down

0 comments on commit 13d90ad

Please sign in to comment.