Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datatest on ci #380

Merged
merged 19 commits into from
Feb 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
merge main
halungge committed Feb 6, 2024
commit 083713c80ce68d6fa7fc646212872063ca1e4dec
3 changes: 2 additions & 1 deletion model/common/tests/math_tests/test_smagorinsky.py
Original file line number Diff line number Diff line change
@@ -21,7 +21,8 @@
from icon4py.model.common.test_utils.reference_funcs import enhanced_smagorinski_factor_numpy


# TODO (magdalena) FIX does not run on embedded, there is an issue with broadcast(0.0, (KDim,))
# TODO (magdalena) stencil does not run on embedded backend, broadcast(0.0, (KDim,)) return scalar?
# TODO (magdalena) run as to StencilTest
def test_init_enh_smag_fac():
grid = SimpleGrid()
enh_smag_fac = zero_field(grid, KDim)
You are viewing a condensed version of this merge commit. You can view the full changes here.