Skip to content

Commit

Permalink
Fixed more pylinting...
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTVockerodtMO committed Oct 21, 2024
1 parent 2717f79 commit b9fba41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/psyclone/tests/psyad/tl2ad_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ def test_generate_adjoint_str_lfric_api():
with open(testkern, mode="r", encoding="utf-8") as kfile:
tl_code = kfile.read()
result, test_result = generate_adjoint_str(tl_code,
["xi", "u", "res_dot_product", "curl_u"],
api="lfric",
create_test=True,
test_filename="atlt_testkern_mod.X90")
["xi", "u", "res_dot_product", "curl_u"],
api="lfric",
create_test=True,
test_filename="atlt_testkern_mod.X90")
assert "subroutine adj_testkern_code" in result.lower()
assert "module atlt_testkern_mod" in test_result.lower()
assert "subroutine atlt_testkern" in test_result.lower()
Expand Down

0 comments on commit b9fba41

Please sign in to comment.