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

Add wrappers for Femtic #39

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add wrappers for Femtic #39

wants to merge 2 commits into from

Conversation

kujaku11
Copy link
Contributor

Add wrappers to create input files for FEMTIC . Yoshiya has written some C++ codes for making input files, namely mesh building, it would be nice to have some Python wrappers to make those run easier once they are compiled on an HPC and add in making of data files from MTData.

  • Add ability to make FEMTIC input data file
    • Add methods MTData.to_femtic() and MTData.from_femtic
  • Add methods to create inputs for mesh generation
  • Add method to read mesh
  • Add methods to read outputs
  • Add methods for control files
  • Add documentation
  • Add tests

Copy link

codecov bot commented Jun 29, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 28.25%. Comparing base (69d92ec) to head (554a3cf).
Report is 4 commits behind head on main.

Files Patch % Lines
mtpy/modeling/femtic/__init__.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
- Coverage   28.25%   28.25%   -0.01%     
==========================================
  Files         132      133       +1     
  Lines       22226    22227       +1     
==========================================
  Hits         6280     6280              
- Misses      15946    15947       +1     
Flag Coverage Δ
tests 28.25% <50.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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