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
When UFW wraps a TendencyComponent, it should be considered an instance of TendencyComponent. However, sympl currently considers it both a TendencyComponent and ImplicitTendencyComponent, which ends up calling a TendencyComponent with a timestep, causing it to error.
The text was updated successfully, but these errors were encountered:
I added a fix to UFW that will retry without passing along the timestep if it gets a TypeError, but the underlying problem that UpdateFrequencyWrapper is considered an ImplicitTendencyComponent regardless of whether it wraps one currently remains.
When UFW wraps a
TendencyComponent
, it should be considered an instance ofTendencyComponent
. However, sympl currently considers it both aTendencyComponent
andImplicitTendencyComponent
, which ends up calling a TendencyComponent with a timestep, causing it to error.The text was updated successfully, but these errors were encountered: