In our code and documentation, dummy nodes (dummyMode) are treated as an optional parameter, and if not provided, we pass None to OI1. However, per the OI1 documentation, the parameter defaults to "terminals" if nothing is provided, not None. We should update the SPRAS documentation and code to reflect this default explicitly. Right now, every time I need to check what happens when dummy nodes aren't provided, I have to go verify it against the original OI1 documentation instead of our own. I haven't checked if this is the same behavior for OI2, but we should verify that as well.
In our code and documentation, dummy nodes (dummyMode) are treated as an optional parameter, and if not provided, we pass None to OI1. However, per the OI1 documentation, the parameter defaults to "terminals" if nothing is provided, not None. We should update the SPRAS documentation and code to reflect this default explicitly. Right now, every time I need to check what happens when dummy nodes aren't provided, I have to go verify it against the original OI1 documentation instead of our own. I haven't checked if this is the same behavior for OI2, but we should verify that as well.