Skip to content

Commit b41b83d

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 6f526dc commit b41b83d

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
@@ -473,4 +473,4 @@ __author__: str = (
473473
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
474474
)
475475
__license__: str = "BSD-3-Clause-LBNL"
476-
__version__: str = "24.03"
476+
__version__: str = "24.03-48-g47347f785f5c"

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

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

34913491
class Config:
3492-
amrex_version: typing.ClassVar[str] = "24.03"
3492+
amrex_version: typing.ClassVar[str] = "24.03-48-g47347f785f5c"
34933493
gpu_backend = None
34943494
have_gpu: typing.ClassVar[bool] = False
34953495
have_mpi: typing.ClassVar[bool] = True
@@ -13661,4 +13661,4 @@ __author__: str = (
1366113661
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1366213662
)
1366313663
__license__: str = "BSD-3-Clause-LBNL"
13664-
__version__: str = "24.03"
13664+
__version__: str = "24.03-48-g47347f785f5c"

src/amrex/space2d/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,4 +521,4 @@ __author__: str = (
521521
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
522522
)
523523
__license__: str = "BSD-3-Clause-LBNL"
524-
__version__: str = "24.03"
524+
__version__: str = "24.03-48-g47347f785f5c"

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

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

35153515
class Config:
3516-
amrex_version: typing.ClassVar[str] = "24.03"
3516+
amrex_version: typing.ClassVar[str] = "24.03-48-g47347f785f5c"
35173517
gpu_backend = None
35183518
have_gpu: typing.ClassVar[bool] = False
35193519
have_mpi: typing.ClassVar[bool] = True
@@ -15393,4 +15393,4 @@ __author__: str = (
1539315393
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1539415394
)
1539515395
__license__: str = "BSD-3-Clause-LBNL"
15396-
__version__: str = "24.03"
15396+
__version__: str = "24.03-48-g47347f785f5c"

src/amrex/space3d/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,4 +473,4 @@ __author__: str = (
473473
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
474474
)
475475
__license__: str = "BSD-3-Clause-LBNL"
476-
__version__: str = "24.03"
476+
__version__: str = "24.03-48-g47347f785f5c"

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

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

34913491
class Config:
3492-
amrex_version: typing.ClassVar[str] = "24.03"
3492+
amrex_version: typing.ClassVar[str] = "24.03-48-g47347f785f5c"
34933493
gpu_backend = None
34943494
have_gpu: typing.ClassVar[bool] = False
34953495
have_mpi: typing.ClassVar[bool] = True
@@ -13695,4 +13695,4 @@ __author__: str = (
1369513695
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1369613696
)
1369713697
__license__: str = "BSD-3-Clause-LBNL"
13698-
__version__: str = "24.03"
13698+
__version__: str = "24.03-48-g47347f785f5c"

0 commit comments

Comments
 (0)