Closed computablee closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
7c21ee3
) 99.12% compared to head (e140dc3
) 99.12%. Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Which issue are you addressing?
No current issue, but needed to be done
How have you addressed the issue?
There has been a lot of refactoring of code inside
Init.cs
,Iter.cs
, andScheduler.cs
. Code is now consolidated intoSchedule.cs
andWorkShare.cs
. TheIter
class no longer exists, and thePerformLoop
method was moved to be a method onWorkShare
. Greater organization is used.How have you tested your patch?
All unit tests pass.