nasa / progpy

The NASA Prognostic Python Packages is a Python framework focused on defining and building models and algorit for prognostics (computation of remaining useful life) of engineering systems, and provides a set of models and algorithms for select components developed within this framework, suitable for use in prognostic applications.
https://nasa.github.io/progpy/
Other
52 stars 7 forks source link

Adding tests for copying Mixture of Experts Model #134

Closed kjjarvis closed 8 months ago

kjjarvis commented 8 months ago

Note: this was moved to be a part of issue #132

Test to Update test_moe.py

Change Recommended Tests do not seem to include testing the copying of a model to ensure it is replicated appropriately.

Reason Issue #129 was found with the composite model copying functionality. Adding tests for the MoE model will prevent a similar issue in the future.