We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hds.get_kstpkper() returns 0 based kstp,kper while hds.kstpkper returns one based. hds = fp.utils.binaryfile.HeadFile(r"my.hds")
Is there a good reason for this? If not I would think both should be 0 based like most other stuff in flopy?
The text was updated successfully, but these errors were encountered:
Discussed briefly in #2000, may eventually consider deprecating 1-based indexed attributes more comprehensively, for now just clarified the docstrings
Sorry, something went wrong.
jdhughes-usgs
wpbonelli
No branches or pull requests
hds.get_kstpkper() returns 0 based kstp,kper while hds.kstpkper returns one based.
hds = fp.utils.binaryfile.HeadFile(r"my.hds")
Is there a good reason for this? If not I would think both should be 0 based like most other stuff in flopy?
The text was updated successfully, but these errors were encountered: