Skip to content

Commit

Permalink
Update Stub Files
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored and github-actions[bot] committed Jan 4, 2025
1 parent 81c9793 commit f3de107
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/amrex/space1d/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ from amrex.space1d.amrex_1d_pybind import (
Vector_string,
VisMF,
XDim3,
almost_equal,
begin,
coarsen,
concatenate,
Expand Down Expand Up @@ -512,6 +513,7 @@ __all__ = [
"Vector_string",
"VisMF",
"XDim3",
"almost_equal",
"amrex_1d_pybind",
"begin",
"coarsen",
Expand Down
2 changes: 2 additions & 0 deletions src/amrex/space1d/amrex_1d_pybind/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ __all__ = [
"Vector_string",
"VisMF",
"XDim3",
"almost_equal",
"begin",
"coarsen",
"concatenate",
Expand Down Expand Up @@ -18095,6 +18096,7 @@ def The_Cpu_Arena() -> Arena: ...
def The_Device_Arena() -> Arena: ...
def The_Managed_Arena() -> Arena: ...
def The_Pinned_Arena() -> Arena: ...
def almost_equal(x: float, y: float, ulp: int = 2) -> bool: ...
def begin(arg0: Box) -> Dim3: ...
@typing.overload
def coarsen(arg0: IntVect1D, arg1: IntVect1D) -> IntVect1D: ...
Expand Down
2 changes: 2 additions & 0 deletions src/amrex/space2d/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ from amrex.space2d.amrex_2d_pybind import (
Vector_string,
VisMF,
XDim3,
almost_equal,
begin,
coarsen,
concatenate,
Expand Down Expand Up @@ -560,6 +561,7 @@ __all__ = [
"Vector_string",
"VisMF",
"XDim3",
"almost_equal",
"amrex_2d_pybind",
"begin",
"coarsen",
Expand Down
2 changes: 2 additions & 0 deletions src/amrex/space2d/amrex_2d_pybind/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ __all__ = [
"Vector_string",
"VisMF",
"XDim3",
"almost_equal",
"begin",
"coarsen",
"concatenate",
Expand Down Expand Up @@ -19913,6 +19914,7 @@ def The_Cpu_Arena() -> Arena: ...
def The_Device_Arena() -> Arena: ...
def The_Managed_Arena() -> Arena: ...
def The_Pinned_Arena() -> Arena: ...
def almost_equal(x: float, y: float, ulp: int = 2) -> bool: ...
def begin(arg0: Box) -> Dim3: ...
@typing.overload
def coarsen(arg0: IntVect1D, arg1: IntVect1D) -> IntVect1D: ...
Expand Down
2 changes: 2 additions & 0 deletions src/amrex/space3d/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ from amrex.space3d.amrex_3d_pybind import (
Vector_string,
VisMF,
XDim3,
almost_equal,
begin,
coarsen,
concatenate,
Expand Down Expand Up @@ -512,6 +513,7 @@ __all__ = [
"Vector_string",
"VisMF",
"XDim3",
"almost_equal",
"amrex_3d_pybind",
"begin",
"coarsen",
Expand Down
2 changes: 2 additions & 0 deletions src/amrex/space3d/amrex_3d_pybind/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ __all__ = [
"Vector_string",
"VisMF",
"XDim3",
"almost_equal",
"begin",
"coarsen",
"concatenate",
Expand Down Expand Up @@ -18128,6 +18129,7 @@ def The_Cpu_Arena() -> Arena: ...
def The_Device_Arena() -> Arena: ...
def The_Managed_Arena() -> Arena: ...
def The_Pinned_Arena() -> Arena: ...
def almost_equal(x: float, y: float, ulp: int = 2) -> bool: ...
def begin(arg0: Box) -> Dim3: ...
@typing.overload
def coarsen(arg0: IntVect1D, arg1: IntVect1D) -> IntVect1D: ...
Expand Down

0 comments on commit f3de107

Please sign in to comment.