Skip to content

Fixes a bug with the cache when calling frequency_domain_strain and time domain strain after each other

Moritz Huebner requested to merge series_cache_fix into master

Fixes a bug with the cache when calling frequency_domain_strain and time_domain_strain after each other. This is because the second call to the different model will still access the cached result from the first model.

Edited by Moritz Huebner

Merge request reports