Skip to content

Commit

Permalink
active is now int in SLiM; closes popsim-consortium#1558
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp committed Jul 6, 2024
1 parent f39557d commit f3769ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdpopsim/slim_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
* start of the next tick.
*/
sb = community.allScriptBlocks;
sb[sb.type == "late"].active = F;
sb[sb.type == "late"].active = 0;
/*
* 2. The late events below were run in the save() tick,
Expand Down

0 comments on commit f3769ae

Please sign in to comment.