You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReverseCorrelation briefly provided functionality to continue measurements as long as the current time in a simulation has not changed. After splitting FeatureMapper out, ReverseCorrelation could no longer directly access previous measurements.
It could be re-enabled by simply storing previous measurements as a class attribute if the continue_measurement flag is set.
The text was updated successfully, but these errors were encountered:
ReverseCorrelation briefly provided functionality to continue measurements as long as the current time in a simulation has not changed. After splitting FeatureMapper out, ReverseCorrelation could no longer directly access previous measurements.
It could be re-enabled by simply storing previous measurements as a class attribute if the continue_measurement flag is set.
The text was updated successfully, but these errors were encountered: