File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,7 @@ this_dir=$(cd $(dirname $0) && pwd)
1616pybind11-stubgen --sort-by=definition --exit-code --enum-class-locations=" GrowthStrategy:amrex.space1d" -o ${this_dir} /../src/ amrex.space1d
1717pybind11-stubgen --sort-by=definition --exit-code --enum-class-locations=" GrowthStrategy:amrex.space2d" -o ${this_dir} /../src/ amrex.space2d
1818pybind11-stubgen --sort-by=definition --exit-code --enum-class-locations=" GrowthStrategy:amrex.space3d" -o ${this_dir} /../src/ amrex.space3d
19+
20+ sed -i ' s/amrex.space1d.GrowthStrategy/GrowthStrategy/g' src/amrex/space1d/amrex_1d_pybind/__init__.pyi
21+ sed -i ' s/amrex.space2d.GrowthStrategy/GrowthStrategy/g' src/amrex/space2d/amrex_2d_pybind/__init__.pyi
22+ sed -i ' s/amrex.space3d.GrowthStrategy/GrowthStrategy/g' src/amrex/space3d/amrex_3d_pybind/__init__.pyi
You can’t perform that action at this time.
0 commit comments