Skip to content

Commit e9f1a52

Browse files
committed
Stubs: 1d/2d/3d
1 parent 2345e18 commit e9f1a52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/update_stub.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ set -eu -o pipefail
1313
# we are in the source directory, .github/
1414
this_dir=$(cd $(dirname $0) && pwd)
1515

16-
pybind11-stubgen --exit-code --enum-class-locations="GrowthStrategy:amrex.space3d" -o ${this_dir}/../src/ amrex.space1d
17-
pybind11-stubgen --exit-code --enum-class-locations="GrowthStrategy:amrex.space3d" -o ${this_dir}/../src/ amrex.space2d
16+
pybind11-stubgen --exit-code --enum-class-locations="GrowthStrategy:amrex.space1d" -o ${this_dir}/../src/ amrex.space1d
17+
pybind11-stubgen --exit-code --enum-class-locations="GrowthStrategy:amrex.space2d" -o ${this_dir}/../src/ amrex.space2d
1818
pybind11-stubgen --exit-code --enum-class-locations="GrowthStrategy:amrex.space3d" -o ${this_dir}/../src/ amrex.space3d

0 commit comments

Comments
 (0)