Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add win64ext to get_modflow ostag list#2356

Merged
wpbonelli merged 3 commits into
modflowpy:developfrom
mjreno:win64ext
Nov 6, 2024
Merged

Add win64ext to get_modflow ostag list#2356
wpbonelli merged 3 commits into
modflowpy:developfrom
mjreno:win64ext

Conversation

@mjreno

@mjreno mjreno commented Nov 5, 2024

Copy link
Copy Markdown
Contributor

@mjreno mjreno marked this pull request as draft November 5, 2024 14:48
@wpbonelli wpbonelli marked this pull request as ready for review November 5, 2024 15:32
@wpbonelli

Copy link
Copy Markdown
Member

I wonder if we should warn that the parallel build is deprecated and will no longer be published.

Comment thread flopy/utils/get_modflow.py Outdated

def get_suffixes(ostag) -> Tuple[str, str]:
if ostag in ["win32", "win64", "win64par"]:
if ostag in ["win32", "win64", "win64ext", "win64par"]:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this would be simpler to maintain:

Suggested change
if ostag in ["win32", "win64", "win64ext", "win64par"]:
if ostag.startswith("win"):

@wpbonelli wpbonelli merged commit d800ce5 into modflowpy:develop Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants