Skip to content

Commit

Permalink
Unused assert
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed Jan 2, 2024
1 parent d26a2b8 commit ac689df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fv3core/pace/fv3core/stencils/divergence_damping.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ def __init__(
self.grid_indexing = stencil_factory.grid_indexing
if nested:
raise NotImplementedError("Divergence Dampoing: nested not implemented.")
# assert grid_type < 3, "Not implemented, grid_type>=3"
# TODO: make dddmp a compile-time external, instead of runtime scalar
self._dddmp = dddmp
# TODO: make da_min_c a compile-time external, instead of runtime scalar
Expand Down

0 comments on commit ac689df

Please sign in to comment.