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
Thanks for spotting this. It was introduced in User Code Calls Part 2 (#2657). I think a similar bug occurs with [[Minutes]] < 60 etc. a few lines down. I will push an update to Part 3 (#2671) of the PR fixing this.
Fix for bug in User Code Calls Part 2 (51ea969), spotted by Anba. Thanks!
The existing code forgot to take negative durations into account.
Closes: #2679
Fix for bug in User Code Calls Part 2 (51ea969), spotted by Anba. Thanks!
The existing code forgot to take negative durations into account.
Closes: #2679
Fix for bug in User Code Calls Part 2 (51ea969), spotted by Anba. Thanks!
The existing code forgot to take negative durations into account.
Closes: #2679
Fix for bug in User Code Calls Part 2 (51ea969), spotted by Anba. Thanks!
The existing code forgot to take negative durations into account.
Closes: #2679
Step 27:
This should probably be
abs(duration.[[Hours]]) ≥ 24
.The text was updated successfully, but these errors were encountered: