stadelmanma / netl-ap-map-flow

A fracture flow modeling package utilizing a modified local cubic law approach with OpenFoam and ParaView compatibility.
GNU General Public License v3.0
5 stars 4 forks source link

Remove stat file class #65

Closed stadelmanma closed 7 years ago

stadelmanma commented 7 years ago

Fix #64

Moves the code to parse CSV stat files from the module and puts it in a script, apm_convert_csv_stats_file. The StatFile class is still defined within the script as well as a driver function to handle command line usage. If needed the class could be imported from the script and used elsewhere.

Tests and fixtures have also been updated appropriately.

codecov-io commented 7 years ago

Codecov Report

Merging #65 into master will decrease coverage by -0.002%. The diff coverage is 100%.

@@               Coverage Diff               @@
##             master        #65       +/-   ##
===============================================
- Coverage   99.7899%   99.7879%   -0.002%     
===============================================
  Files            31         31               
  Lines          3808       3773       -35     
===============================================
- Hits           3800       3765       -35     
  Misses            8          8

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 547772b...4d9e622. Read the comment docs.