Skip to content

Commit f7c8a7b

Browse files
EZonigithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent acad039 commit f7c8a7b

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

src/amrex/space1d/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,4 +600,4 @@ def d_decl(x, y, z):
600600

601601
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
602602
__license__: str = "BSD-3-Clause-LBNL"
603-
__version__: str = "25.05-4-g793ea9f71759"
603+
__version__: str = "25.05"

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4998,7 +4998,7 @@ class BoxArray:
49984998
def size(self) -> int: ...
49994999

50005000
class Config:
5001-
amrex_version: typing.ClassVar[str] = "25.05-4-g793ea9f71759"
5001+
amrex_version: typing.ClassVar[str] = "25.05"
50025002
gpu_backend = None
50035003
have_eb: typing.ClassVar[bool] = False
50045004
have_gpu: typing.ClassVar[bool] = False
@@ -20729,5 +20729,5 @@ def write_single_level_plotfile(
2072920729

2073020730
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2073120731
__license__: str = "BSD-3-Clause-LBNL"
20732-
__version__: str = "25.05-4-g793ea9f71759"
20732+
__version__: str = "25.05"
2073320733
IntVect = IntVect1D

src/amrex/space2d/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,4 +648,4 @@ def d_decl(x, y, z):
648648

649649
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
650650
__license__: str = "BSD-3-Clause-LBNL"
651-
__version__: str = "25.05-4-g793ea9f71759"
651+
__version__: str = "25.05"

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5022,7 +5022,7 @@ class BoxArray:
50225022
def size(self) -> int: ...
50235023

50245024
class Config:
5025-
amrex_version: typing.ClassVar[str] = "25.05-4-g793ea9f71759"
5025+
amrex_version: typing.ClassVar[str] = "25.05"
50265026
gpu_backend = None
50275027
have_eb: typing.ClassVar[bool] = True
50285028
have_gpu: typing.ClassVar[bool] = False
@@ -22526,5 +22526,5 @@ def write_single_level_plotfile(
2252622526

2252722527
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2252822528
__license__: str = "BSD-3-Clause-LBNL"
22529-
__version__: str = "25.05-4-g793ea9f71759"
22529+
__version__: str = "25.05"
2253022530
IntVect = IntVect2D

src/amrex/space3d/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,4 +600,4 @@ def d_decl(x, y, z):
600600

601601
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
602602
__license__: str = "BSD-3-Clause-LBNL"
603-
__version__: str = "25.05-4-g793ea9f71759"
603+
__version__: str = "25.05"

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4998,7 +4998,7 @@ class BoxArray:
49984998
def size(self) -> int: ...
49994999

50005000
class Config:
5001-
amrex_version: typing.ClassVar[str] = "25.05-4-g793ea9f71759"
5001+
amrex_version: typing.ClassVar[str] = "25.05"
50025002
gpu_backend = None
50035003
have_eb: typing.ClassVar[bool] = True
50045004
have_gpu: typing.ClassVar[bool] = False
@@ -20762,5 +20762,5 @@ def write_single_level_plotfile(
2076220762

2076320763
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2076420764
__license__: str = "BSD-3-Clause-LBNL"
20765-
__version__: str = "25.05-4-g793ea9f71759"
20765+
__version__: str = "25.05"
2076620766
IntVect = IntVect3D

0 commit comments

Comments
 (0)