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
The current approach of passing a dictionary and magic numbers to define time interpolation is bad design.
Instead we should pass an interpolation object
This could work like this:
The current approach of passing a dictionary and magic numbers to define time interpolation is bad design.
Instead we should pass an interpolation object
This could work like this:
Thus, the new class would eliminate the use of dicts and
magic
that disable interpolation.The text was updated successfully, but these errors were encountered: