prog_models
prog_models copied to clipboard
The NASA Prognostic Model Package is a Python framework focused on defining and building models for prognostics (computation of remaining useful life) of engineering systems, and provides a set of pro...
added "from numpy import array" for dictionaries that contain numpy arrays as values.
Very cool library, and excellently organized. Here's some notes from my review to assist you guys beyond the JOSS checklist: ## Easier Quickstart examples Location where change is recommended Documentation...
Add automatic checks for versions at each PR. These checks should check the following: * Version # is greater than what's released (see pypi-version) * setup.my and package.__version__ agree
Fix automatic benchmarking that's done with each PR, and extend it to be more complete.
Building on past work by @matteocorbetta