Changes between Initial Version and Version 1 of Ticket #22626, comment 346
- Timestamp:
- 12/10/18 17:11:07 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22626, comment 346
initial v1 5 5 6 6 I realized that many of the doctests manually call something like `current_randstate().set_seed_gap()` before calls that use GAP that might involve some random process. I think that's rather unfortunate, especially for documentation (it raises a distracting question "why do I have to do this first?") so I'm also adding a patch that does this automatically when the GAP interface is used in doctests. 7 8 Other than this random seed issue, we're very close to having 100% of the standard doctests passing.