Skip to content

Commit

Permalink
#2711 Fixed failing test in dofkern_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oakleybrunt committed Oct 9, 2024
1 parent 2704972 commit 70150d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psyclone/tests/domain/lfric/dofkern_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def test_function_space_bare_undf():
TEST_API,
idx=0, dist_mem=False)
schedule = invoke.schedule
kernel = schedule.walk(LFRicKern)
kernel = schedule.walk(LFRicKern)[0]
test_fs = DynFunctionSpaces(kernel)

assert 'undf' in test_fs._var_list
Expand Down

0 comments on commit 70150d3

Please sign in to comment.