Skip to content

Commit

Permalink
EAMxx: fix syntax error in test_factory.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bartgol committed Jun 29, 2024
1 parent 3d14934 commit fdd97c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/eamxx/scripts/test_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ def __init__(self, _):
"debug single precision",
[("CMAKE_BUILD_TYPE", "Debug"),
("EKAT_DEFAULT_BFB", "True"),
("SCREAM_DOUBLE_PRECISION", "False")
("EAMXX_ENABLE_PYBIND", "True"],
("SCREAM_DOUBLE_PRECISION", "False"),
("EAMXX_ENABLE_PYBIND", "True")],
)

###############################################################################
Expand Down

0 comments on commit fdd97c2

Please sign in to comment.