Skip to content

Commit f3a7b11

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent da58eb3 commit f3a7b11

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

src/amrex/space1d/__init__.pyi

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

580580
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
581581
__license__: str = "BSD-3-Clause-LBNL"
582-
__version__: str = "24.12"
582+
__version__: str = "25.01"

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -5054,7 +5054,7 @@ class BoxArray:
50545054
def size(self) -> int: ...
50555055

50565056
class Config:
5057-
amrex_version: typing.ClassVar[str] = "24.12"
5057+
amrex_version: typing.ClassVar[str] = "25.01"
50585058
gpu_backend = None
50595059
have_eb: typing.ClassVar[bool] = False
50605060
have_gpu: typing.ClassVar[bool] = False
@@ -20160,5 +20160,5 @@ def write_single_level_plotfile(
2016020160

2016120161
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2016220162
__license__: str = "BSD-3-Clause-LBNL"
20163-
__version__: str = "24.12"
20163+
__version__: str = "25.01"
2016420164
IntVect = IntVect1D

src/amrex/space2d/__init__.pyi

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

628628
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
629629
__license__: str = "BSD-3-Clause-LBNL"
630-
__version__: str = "24.12"
630+
__version__: str = "25.01"

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -5078,7 +5078,7 @@ class BoxArray:
50785078
def size(self) -> int: ...
50795079

50805080
class Config:
5081-
amrex_version: typing.ClassVar[str] = "24.12"
5081+
amrex_version: typing.ClassVar[str] = "25.01"
50825082
gpu_backend = None
50835083
have_eb: typing.ClassVar[bool] = True
50845084
have_gpu: typing.ClassVar[bool] = False
@@ -22026,5 +22026,5 @@ def write_single_level_plotfile(
2202622026

2202722027
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2202822028
__license__: str = "BSD-3-Clause-LBNL"
22029-
__version__: str = "24.12"
22029+
__version__: str = "25.01"
2203022030
IntVect = IntVect2D

src/amrex/space3d/__init__.pyi

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

580580
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
581581
__license__: str = "BSD-3-Clause-LBNL"
582-
__version__: str = "24.12"
582+
__version__: str = "25.01"

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -5054,7 +5054,7 @@ class BoxArray:
50545054
def size(self) -> int: ...
50555055

50565056
class Config:
5057-
amrex_version: typing.ClassVar[str] = "24.12"
5057+
amrex_version: typing.ClassVar[str] = "25.01"
50585058
gpu_backend = None
50595059
have_eb: typing.ClassVar[bool] = True
50605060
have_gpu: typing.ClassVar[bool] = False
@@ -20193,5 +20193,5 @@ def write_single_level_plotfile(
2019320193

2019420194
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2019520195
__license__: str = "BSD-3-Clause-LBNL"
20196-
__version__: str = "24.12"
20196+
__version__: str = "25.01"
2019720197
IntVect = IntVect3D

0 commit comments

Comments
 (0)