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
{{ message }}
This repository was archived by the owner on Mar 20, 2024. It is now read-only.
When we overwrite an old variable, we need to make sure that there's no lookup table left over, for example when going from character to integer. We could remove the variable completely (clean), however, we need to figure out what to do when one only tries to replace one out of many dimensions (since the other dimensions still needs the lookup table). If we can't figure out any solution - we should probably not allow lookup tables for integer variables (which was implemented in #89).
When we overwrite an old variable, we need to make sure that there's no lookup table left over, for example when going from character to integer. We could remove the variable completely (clean), however, we need to figure out what to do when one only tries to replace one out of many dimensions (since the other dimensions still needs the lookup table). If we can't figure out any solution - we should probably not allow lookup tables for integer variables (which was implemented in #89).