We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d6d8e commit 2808142Copy full SHA for 2808142
.github/update_stub.sh
@@ -13,6 +13,6 @@ set -eu -o pipefail
13
# we are in the source directory, .github/
14
this_dir=$(cd $(dirname $0) && pwd)
15
16
-pybind11-stubgen --exit-code -o ${this_dir}/../src/amrex/ amrex.space1d
17
-pybind11-stubgen --exit-code -o ${this_dir}/../src/amrex/ amrex.space2d
18
-pybind11-stubgen --exit-code -o ${this_dir}/../src/amrex/ amrex.space3d
+pybind11-stubgen --exit-code -o ${this_dir}/../src/ amrex.space1d
+pybind11-stubgen --exit-code -o ${this_dir}/../src/ amrex.space2d
+pybind11-stubgen --exit-code -o ${this_dir}/../src/ amrex.space3d
0 commit comments