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(ParticleData): support partlocs as ndarray or list of lists #1752

Merged
merged 1 commit into from
Mar 23, 2023

Conversation

wpbonelli
Copy link
Member

Addresses #1628, uses from numpy.lib.recfunctions import unstructured_to_structured as suggested and adds a few test cases

@wpbonelli wpbonelli marked this pull request as ready for review March 22, 2023 17:37
@codecov
Copy link

codecov bot commented Mar 22, 2023

Codecov Report

Merging #1752 (efbc04d) into develop (c307420) will increase coverage by 0.0%.
The diff coverage is 100.0%.

@@           Coverage Diff           @@
##           develop   #1752   +/-   ##
=======================================
  Coverage     72.1%   72.1%           
=======================================
  Files          253     253           
  Lines        56047   56048    +1     
=======================================
+ Hits         40423   40428    +5     
+ Misses       15624   15620    -4     
Impacted Files Coverage Δ
flopy/modpath/mp7particledata.py 81.9% <100.0%> (+1.2%) ⬆️

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.

None yet

1 participant