xgcm / xcape

Fast convective parameters for numpy, dask, and xarray
Other
30 stars 11 forks source link

Clean up structure by moving fortran code to subdirectory #47

Closed rabernat closed 3 years ago

rabernat commented 3 years ago

I find it hard to work on this package due to the huge number of files in the src/xcape directory, so I tried moving all the fortran to a subdirectory. I think this is cleaner.

codecov[bot] commented 3 years ago

Codecov Report

Merging #47 into master will decrease coverage by 0.34%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
- Coverage   67.13%   66.78%   -0.35%     
==========================================
  Files           9        9              
  Lines         286      283       -3     
  Branches       74       74              
==========================================
- Hits          192      189       -3     
  Misses         74       74              
  Partials       20       20              
Impacted Files Coverage Δ
src/xcape/cape_fortran.py 77.77% <100.00%> (ø)
src/xcape/srh.py 92.30% <100.00%> (-1.03%) :arrow_down:
src/xcape/stdheight.py 69.23% <100.00%> (-2.20%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2e00101...7785c6b. Read the comment docs.

chiaral commented 3 years ago

looks good.