simpeg / discretize

Discretization tools for finite volume and inverse problems.
http://discretize.simpeg.xyz/
MIT License
163 stars 33 forks source link

First steps at using random generators. #360

Open jcapriot opened 2 months ago

jcapriot commented 2 months ago

Allow the use of numpy's default random number generator in discretize. Still a bit of work to do to make it complete though.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 96.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 82.25%. Comparing base (300b64a) to head (15acf3e).

Files Patch % Lines
discretize/utils/mesh_utils.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #360 +/- ## ========================================== - Coverage 85.12% 82.25% -2.87% ========================================== Files 36 36 Lines 8408 8414 +6 ========================================== - Hits 7157 6921 -236 - Misses 1251 1493 +242 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.