Conversation
b694840 to
14ef561
Compare
|
If this is the same functionality as it was three days ago (i.e., if the interactive rebase and force-push only squashed commits but didn't change the tip of the branch beyond rebasing to develop), then this code has been tested for both Independent and Collaborative scenarios. The old method is disabled for Collaborative, the new method works as expected, and the notebook for Independent still produces identical results. It would be nice to have a test for this too. I would be happy to add one, since I did that earlier this afternoon so it's still fresh in my head. |
|
Collaborative tests have been refactored a bit to avoid repeating definitions of the target resources when they're shared across test cases. Before test refactor: After test refactor: Adding a new test case |
danielolsen
left a comment
There was a problem hiding this comment.
This looks good, thanks!
I made a few changes of my own, so someone should probably review those before this gets merged in.
Adds the ability to use additional curtailment for the Collaborative Strategy. Moves existing set additional curtailment to the Independent Strategy class.