DynaDojo / dynadojo

An Extensible Benchmarking Platform for Scalable Dynamical System Identification
https://dynadojo.github.io/dynadojo/
MIT License
11 stars 9 forks source link

bug: error is inappropriately scaled #84

Closed carynbear closed 1 week ago

carynbear commented 2 weeks ago

Describe the bug def calc_error(self, x, y) methods are inappropriately scaling error by self.latent_dim.

Expected behavior Caryn did a hotfix for a few systems on her own temp branch that should be replicated and completed for all systems. See her commit.

Once tested, we should remove the temporary rescaling utilities that were added in #48.

Additional context Add any other context about the problem here.