Skip to content

Commit

Permalink
add C2V connectivity to the IconGrid generated from serialbox data (#357
Browse files Browse the repository at this point in the history
)

* add C2V connectivity to the IconGrid generated from serialbox data

* update dace version to 0.15.1
  • Loading branch information
halungge authored Jan 22, 2024
1 parent 9740f6f commit 0323471
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include:
- local: 'ci/base.yml'

variables:
DACE_VERSION: "0.14.4"
DACE_VERSION: "0.15.1"

build:
extends: .build_template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
C2E2CDim,
C2E2CODim,
C2EDim,
C2VDim,
CECDim,
CEDim,
CellDim,
Expand Down Expand Up @@ -355,6 +356,7 @@ def construct_icon_grid(self) -> IconGrid:
V2EDim: self.v2e(),
V2CDim: self.v2c(),
E2C2VDim: self.e2c2v(),
C2VDim: self.c2v(),
}
)
)
Expand Down

0 comments on commit 0323471

Please sign in to comment.