Skip to content

Commit f8746e7

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 90dbc66 commit f8746e7

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

src/amrex/space1d/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -590,4 +590,4 @@ def d_decl(x, y, z):
590590

591591
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
592592
__license__: str = "BSD-3-Clause-LBNL"
593-
__version__: str = "25.02"
593+
__version__: str = "25.03"

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

+3-3
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ class Arena:
363363
@staticmethod
364364
def finalize() -> None: ...
365365
@staticmethod
366-
def initialize() -> None: ...
366+
def initialize(arg0: bool) -> None: ...
367367
@staticmethod
368368
def print_usage() -> None: ...
369369
@staticmethod
@@ -4985,7 +4985,7 @@ class BoxArray:
49854985
def size(self) -> int: ...
49864986

49874987
class Config:
4988-
amrex_version: typing.ClassVar[str] = "25.02"
4988+
amrex_version: typing.ClassVar[str] = "25.03"
49894989
gpu_backend = None
49904990
have_eb: typing.ClassVar[bool] = False
49914991
have_gpu: typing.ClassVar[bool] = False
@@ -20693,5 +20693,5 @@ def write_single_level_plotfile(
2069320693

2069420694
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2069520695
__license__: str = "BSD-3-Clause-LBNL"
20696-
__version__: str = "25.02"
20696+
__version__: str = "25.03"
2069720697
IntVect = IntVect1D

src/amrex/space2d/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -638,4 +638,4 @@ def d_decl(x, y, z):
638638

639639
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
640640
__license__: str = "BSD-3-Clause-LBNL"
641-
__version__: str = "25.02"
641+
__version__: str = "25.03"

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

+3-3
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ class Arena:
387387
@staticmethod
388388
def finalize() -> None: ...
389389
@staticmethod
390-
def initialize() -> None: ...
390+
def initialize(arg0: bool) -> None: ...
391391
@staticmethod
392392
def print_usage() -> None: ...
393393
@staticmethod
@@ -5009,7 +5009,7 @@ class BoxArray:
50095009
def size(self) -> int: ...
50105010

50115011
class Config:
5012-
amrex_version: typing.ClassVar[str] = "25.02"
5012+
amrex_version: typing.ClassVar[str] = "25.03"
50135013
gpu_backend = None
50145014
have_eb: typing.ClassVar[bool] = True
50155015
have_gpu: typing.ClassVar[bool] = False
@@ -22490,5 +22490,5 @@ def write_single_level_plotfile(
2249022490

2249122491
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2249222492
__license__: str = "BSD-3-Clause-LBNL"
22493-
__version__: str = "25.02"
22493+
__version__: str = "25.03"
2249422494
IntVect = IntVect2D

src/amrex/space3d/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -590,4 +590,4 @@ def d_decl(x, y, z):
590590

591591
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
592592
__license__: str = "BSD-3-Clause-LBNL"
593-
__version__: str = "25.02"
593+
__version__: str = "25.03"

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

+3-3
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ class Arena:
363363
@staticmethod
364364
def finalize() -> None: ...
365365
@staticmethod
366-
def initialize() -> None: ...
366+
def initialize(arg0: bool) -> None: ...
367367
@staticmethod
368368
def print_usage() -> None: ...
369369
@staticmethod
@@ -4985,7 +4985,7 @@ class BoxArray:
49854985
def size(self) -> int: ...
49864986

49874987
class Config:
4988-
amrex_version: typing.ClassVar[str] = "25.02"
4988+
amrex_version: typing.ClassVar[str] = "25.03"
49894989
gpu_backend = None
49904990
have_eb: typing.ClassVar[bool] = True
49914991
have_gpu: typing.ClassVar[bool] = False
@@ -20726,5 +20726,5 @@ def write_single_level_plotfile(
2072620726

2072720727
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2072820728
__license__: str = "BSD-3-Clause-LBNL"
20729-
__version__: str = "25.02"
20729+
__version__: str = "25.03"
2073020730
IntVect = IntVect3D

0 commit comments

Comments
 (0)