Skip to content

Commit

Permalink
don't deprecate get_kstpkper()
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Nov 22, 2023
1 parent b1d17d7 commit 485cbfb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions flopy/utils/binaryfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1514,9 +1514,6 @@ def get_kstpkper(self):
list of (kstp, kper) tuples
List of unique combinations of stress period &
time step indices (0-based) in the binary file
.. deprecated:: 3.5
Use kstpkper property instead
"""
return self.kstpkper

Expand Down
3 changes: 0 additions & 3 deletions flopy/utils/datafile.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,6 @@ def get_kstpkper(self):
list of (kstp, kper) tuples
List of unique combinations of stress period &
time step indices (0-based) in the binary file
.. deprecated:: 3.5
Use kstpkper property instead
"""
return self.kstpkper

Expand Down

0 comments on commit 485cbfb

Please sign in to comment.