svalinn / dagmc_stats

Tool for calculating and reporting statistics about DAGMC models
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Code structure and file clean up #56

Closed kkiesling closed 4 years ago

kkiesling commented 4 years ago

Currently all the code (user tool and tests) exist in a single folder which is also the top main folder. For ease of developing, the code should probably be structured into a tool/ folder that contains generate_stats.py, dagmc_stats.py, etc. and a tests/ folder that contains all testing files.

kkiesling commented 4 years ago

Here is an example for the suggested code structure: https://github.com/svalinn/DAGMC-viz