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
create_categorical using derivations referencing newly unbound variables
This doesn't work as expected:
Create a copy of a categorical array (using copy_variable(..., derived=False))
Unbind the copied categorical array
create_categorical using derivations referencing newly unbound variables
In the second scenario the frequencies of the derived categorical are clearly incorrect. I have examples demonstrating both of these that I can share with whoever picks up the ticket.
The text was updated successfully, but these errors were encountered:
This works as expected:
This doesn't work as expected:
copy_variable(..., derived=False)
)In the second scenario the frequencies of the derived categorical are clearly incorrect. I have examples demonstrating both of these that I can share with whoever picks up the ticket.
The text was updated successfully, but these errors were encountered: