usnistgov / AusteniteCalculator

Software and GUI for uncertainty quantification of austenite phase fraction
Other
1 stars 0 forks source link

Separate out computational logic from the app.py file #50

Open dnewton600 opened 1 year ago

dnewton600 commented 1 year ago

Good practice to separate out the computational "back-end logic" functions from the UI/web logic. This will clean up the app.py file, make testing much easier (since we can use the back-end functions outside of the app), as well as have the availability for a cli if ever desired.