simpeg / discretize

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

Replace hanging CurviMesh in docstring for CurvilinearMesh #358

Open omid-b opened 2 months ago

omid-b commented 2 months ago

Description for Squash and Merge

Replace CurviMesh for CurvilinearMesh in the text of the mesh overview page.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.12%. Comparing base (300b64a) to head (edc06bc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #358 +/- ## ======================================= Coverage 85.12% 85.12% ======================================= Files 36 36 Lines 8408 8408 ======================================= Hits 7157 7157 Misses 1251 1251 ```

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

santisoler commented 2 months ago

Thanks a lot @omid-b for the contribution! Nice catch of that typo!

This is ready to be merged. The tests failing in CI are surely unrelated to your change, so don't worry about them.

I'll add a description to your PR and change its title. Hope you don't mind, and feel free to edit as you please.

Thanks again!

omid-b commented 2 months ago

Thank you very much for your reply and adding a better description of the PR @santisoler; it is certainly better descriptive now.