Skip to content

Commit c9cec5c

Browse files
EZonigithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 69d53d6 commit c9cec5c

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
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"
603+
__version__: str = "25.06"

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ class Arena:
370370
@staticmethod
371371
def initialize(arg0: bool) -> None: ...
372372
@staticmethod
373-
def print_usage() -> None: ...
373+
def print_usage(arg0: bool) -> None: ...
374374
@staticmethod
375375
def print_usage_to_files(filename: str, message: str) -> None: ...
376376
def has_free_device_memory(self, sz: int) -> bool:
@@ -4998,7 +4998,7 @@ class BoxArray:
49984998
def size(self) -> int: ...
49994999

50005000
class Config:
5001-
amrex_version: typing.ClassVar[str] = "25.05"
5001+
amrex_version: typing.ClassVar[str] = "25.06"
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"
20732+
__version__: str = "25.06"
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"
651+
__version__: str = "25.06"

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ class Arena:
394394
@staticmethod
395395
def initialize(arg0: bool) -> None: ...
396396
@staticmethod
397-
def print_usage() -> None: ...
397+
def print_usage(arg0: bool) -> None: ...
398398
@staticmethod
399399
def print_usage_to_files(filename: str, message: str) -> None: ...
400400
def has_free_device_memory(self, sz: int) -> bool:
@@ -5022,7 +5022,7 @@ class BoxArray:
50225022
def size(self) -> int: ...
50235023

50245024
class Config:
5025-
amrex_version: typing.ClassVar[str] = "25.05"
5025+
amrex_version: typing.ClassVar[str] = "25.06"
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"
22529+
__version__: str = "25.06"
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"
603+
__version__: str = "25.06"

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ class Arena:
370370
@staticmethod
371371
def initialize(arg0: bool) -> None: ...
372372
@staticmethod
373-
def print_usage() -> None: ...
373+
def print_usage(arg0: bool) -> None: ...
374374
@staticmethod
375375
def print_usage_to_files(filename: str, message: str) -> None: ...
376376
def has_free_device_memory(self, sz: int) -> bool:
@@ -4998,7 +4998,7 @@ class BoxArray:
49984998
def size(self) -> int: ...
49994999

50005000
class Config:
5001-
amrex_version: typing.ClassVar[str] = "25.05"
5001+
amrex_version: typing.ClassVar[str] = "25.06"
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"
20765+
__version__: str = "25.06"
2076620766
IntVect = IntVect3D

0 commit comments

Comments
 (0)