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
Copy file name to clipboardexpand all lines: docs/howto.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,7 @@ E.g. the following code will *NOT* give reproducible results between the origina
216
216
217
217
There is another issue where constraints added to the original may affect the copy, and vice versa. This is obviously not a good thing.
218
218
219
-
Therefore, **the user is recommended not to use ``copy.deepcopy`` with globally-seeded instances of ``RandObj``**.
219
+
Therefore, **the user is recommended not to use** ``copy.deepcopy`` **with globally-seeded instances of** ``RandObj``.
220
220
221
221
To fix this issue, ``RandObj`` would need to implement its own ``__deepcopy__`` method. This can be done as and when this behaviour is required by users and the workaround of using object-based seeding is not acceptable.
0 commit comments