-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Description
Hi -
It seems like Context class has some oddities with copying.
import islpy
import copy
ctx = islpy.Context()
assert copy.copy(ctx).data == ctx.data # Fails
assert copy.copy(ctx).data == islpy.DEFAULT_CONTEXT.data # Goes through
Is this the intended behavior?
related docs: https://documen.tician.de/islpy/reference.html#global-data
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels