Skip to content
New issue

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

Lake Package improvements; some fixes for recent numpy and pandas changes #72

Merged
merged 4 commits into from
Sep 21, 2023

Conversation

aleaf
Copy link
Collaborator

@aleaf aleaf commented Sep 21, 2023

No description provided.

 * Add automatic writing of lake polygon and lake cell connection shapefiles
 * Add name_column arg to shapefile input (which adds names to lake auxiliary tables)
 * Allow PRISM input to be specified for all lakes (via single filename instead of dictionary)
 * Allow specification of lakes_shapefile: without include_ids: item
 * Move output tables to tables/ folder
… be specified for evaluating np.any along the 0th axis; the returned scalar 'True' was resulting in no head observation input getting written
…s can be set to fail if invalid arguments are passed, with the valid args printed
…me and end_datetime cols to datetime64[ns] so that pd.concat doesn't fail with heterogenous dtypes
@codecov-commenter
Copy link

codecov-commenter commented Sep 21, 2023

Codecov Report

Merging #72 (bf13083) into develop (3a6ec42) will decrease coverage by 0.08%.
The diff coverage is 82.53%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@             Coverage Diff             @@
##           develop      #72      +/-   ##
===========================================
- Coverage    89.14%   89.07%   -0.08%     
===========================================
  Files           64       64              
  Lines        12305    12345      +40     
===========================================
+ Hits         10969    10996      +27     
- Misses        1336     1349      +13     
Files Changed Coverage Δ
mfsetup/utils.py 67.70% <66.66%> (-0.38%) ⬇️
mfsetup/mfmodel.py 89.75% <72.72%> (-0.44%) ⬇️
mfsetup/lakes.py 93.72% <82.50%> (-1.30%) ⬇️
mfsetup/mf6model.py 97.72% <100.00%> (ø)
mfsetup/tdis.py 86.62% <100.00%> (+0.11%) ⬆️
mfsetup/tests/test_pfl_mfnwt_inset.py 97.19% <100.00%> (+<0.01%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@aleaf aleaf merged commit db03604 into DOI-USGS:develop Sep 21, 2023
5 checks passed
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.

2 participants