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

fix(PlotMapView): default to all layers in plot_pathline() #2242

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

wpbonelli
Copy link
Member

@wpbonelli wpbonelli commented Jun 19, 2024

Defaulting to layer 0 for arrays where each cell is assigned a color is sensible but for pathlines it seems more natural to include all layers for complete pathlines. This might (pragmatically) be seen as a bugfix rather than a breaking change?

Defaulting to layer 0 for arrays where each cell is assigned a color is sensible but imo it is more natural to plot complete pathlines by default
Copy link

codecov bot commented Jun 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.8%. Comparing base (e48198c) to head (49da98f).

Additional details and impacted files
@@            Coverage Diff            @@
##           develop   #2242     +/-   ##
=========================================
- Coverage     73.9%   67.8%   -6.2%     
=========================================
  Files          294     294             
  Lines        58886   58868     -18     
=========================================
- Hits         43575   39929   -3646     
- Misses       15311   18939   +3628     
Files Coverage Δ
flopy/plot/map.py 81.2% <100.0%> (-2.3%) ⬇️

... and 196 files with indirect coverage changes

@wpbonelli wpbonelli marked this pull request as ready for review June 19, 2024 12:29
@wpbonelli wpbonelli added the bug label Jun 19, 2024
@wpbonelli wpbonelli requested a review from langevin-usgs June 19, 2024 13:03
@wpbonelli wpbonelli added this to the 3.8.0 milestone Jun 19, 2024
@wpbonelli wpbonelli merged commit 678bb61 into modflowpy:develop Jun 19, 2024
25 checks passed
@wpbonelli wpbonelli deleted the plot-pathline branch June 19, 2024 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants