Commit 8907fc0
ci: run all examples including slow ones
After fixing the critical memory bug in provide_at_least(), all 27
examples now complete successfully under 10GB memory limit, including
the previously "slow" examples that were timing out due to memory issues.
Changes:
- Remove skip logic for slow examples (benefits_of_sex, genealogies_with_selection, etc.)
- Run all *.py examples serially in CI
- All examples now complete in reasonable time with fixed memory usage
Previously slow examples were failing due to the integer overflow bug
that allocated 2 billion clones. With the fix, these examples complete
successfully and can be safely run in CI.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 99510e4 commit 8907fc0
1 file changed
+6
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 37 | + | |
| 38 | + | |
46 | 39 | | |
47 | 40 | | |
48 | 41 | | |
| |||
51 | 44 | | |
52 | 45 | | |
53 | 46 | | |
54 | | - | |
| 47 | + | |
55 | 48 | | |
56 | 49 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 50 | + | |
| 51 | + | |
66 | 52 | | |
67 | 53 | | |
0 commit comments