Skip to content

Commit f3de107

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 81c9793 commit f3de107

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

src/amrex/space1d/__init__.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ from amrex.space1d.amrex_1d_pybind import (
264264
Vector_string,
265265
VisMF,
266266
XDim3,
267+
almost_equal,
267268
begin,
268269
coarsen,
269270
concatenate,
@@ -512,6 +513,7 @@ __all__ = [
512513
"Vector_string",
513514
"VisMF",
514515
"XDim3",
516+
"almost_equal",
515517
"amrex_1d_pybind",
516518
"begin",
517519
"coarsen",

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ __all__ = [
264264
"Vector_string",
265265
"VisMF",
266266
"XDim3",
267+
"almost_equal",
267268
"begin",
268269
"coarsen",
269270
"concatenate",
@@ -18095,6 +18096,7 @@ def The_Cpu_Arena() -> Arena: ...
1809518096
def The_Device_Arena() -> Arena: ...
1809618097
def The_Managed_Arena() -> Arena: ...
1809718098
def The_Pinned_Arena() -> Arena: ...
18099+
def almost_equal(x: float, y: float, ulp: int = 2) -> bool: ...
1809818100
def begin(arg0: Box) -> Dim3: ...
1809918101
@typing.overload
1810018102
def coarsen(arg0: IntVect1D, arg1: IntVect1D) -> IntVect1D: ...

src/amrex/space2d/__init__.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ from amrex.space2d.amrex_2d_pybind import (
288288
Vector_string,
289289
VisMF,
290290
XDim3,
291+
almost_equal,
291292
begin,
292293
coarsen,
293294
concatenate,
@@ -560,6 +561,7 @@ __all__ = [
560561
"Vector_string",
561562
"VisMF",
562563
"XDim3",
564+
"almost_equal",
563565
"amrex_2d_pybind",
564566
"begin",
565567
"coarsen",

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ __all__ = [
288288
"Vector_string",
289289
"VisMF",
290290
"XDim3",
291+
"almost_equal",
291292
"begin",
292293
"coarsen",
293294
"concatenate",
@@ -19913,6 +19914,7 @@ def The_Cpu_Arena() -> Arena: ...
1991319914
def The_Device_Arena() -> Arena: ...
1991419915
def The_Managed_Arena() -> Arena: ...
1991519916
def The_Pinned_Arena() -> Arena: ...
19917+
def almost_equal(x: float, y: float, ulp: int = 2) -> bool: ...
1991619918
def begin(arg0: Box) -> Dim3: ...
1991719919
@typing.overload
1991819920
def coarsen(arg0: IntVect1D, arg1: IntVect1D) -> IntVect1D: ...

src/amrex/space3d/__init__.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ from amrex.space3d.amrex_3d_pybind import (
264264
Vector_string,
265265
VisMF,
266266
XDim3,
267+
almost_equal,
267268
begin,
268269
coarsen,
269270
concatenate,
@@ -512,6 +513,7 @@ __all__ = [
512513
"Vector_string",
513514
"VisMF",
514515
"XDim3",
516+
"almost_equal",
515517
"amrex_3d_pybind",
516518
"begin",
517519
"coarsen",

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ __all__ = [
264264
"Vector_string",
265265
"VisMF",
266266
"XDim3",
267+
"almost_equal",
267268
"begin",
268269
"coarsen",
269270
"concatenate",
@@ -18128,6 +18129,7 @@ def The_Cpu_Arena() -> Arena: ...
1812818129
def The_Device_Arena() -> Arena: ...
1812918130
def The_Managed_Arena() -> Arena: ...
1813018131
def The_Pinned_Arena() -> Arena: ...
18132+
def almost_equal(x: float, y: float, ulp: int = 2) -> bool: ...
1813118133
def begin(arg0: Box) -> Dim3: ...
1813218134
@typing.overload
1813318135
def coarsen(arg0: IntVect1D, arg1: IntVect1D) -> IntVect1D: ...

0 commit comments

Comments
 (0)