Closed manulera closed 9 months ago
Under the statement elif self.circular and sl_start > sl_stop, might require usage of _location_boundaries, think of test cases. Check other code that might use .parts[0].start and so.
elif self.circular and sl_start > sl_stop
_location_boundaries
Closed with https://github.com/BjornFJohansson/pydna/pull/199
Under the statement
elif self.circular and sl_start > sl_stop
, might require usage of_location_boundaries
, think of test cases. Check other code that might use .parts[0].start and so.