BAMWelDX / weldx

Use of FIXME/XXX/TODO encountered PYL-W0511
Documentation
Minor
3 occurrences in this check
todo: check time series shape
372                ),
373            )
374        else:
375            # todo: check time series shape376            pass
377
378    @staticmethod
todo: rewrite if expressions are fully supported
117
118    def __repr__(self):
119        """Give __repr_ output in xarray format."""
120        # todo: rewrite if expressions are fully supported121        return self._dataset.__repr__().replace(
122            "<xarray.Dataset", "<LocalCoordinateSystem"
123        )
 496            )
 497
 498        if self.has_coordinate_system(coordinate_system_name):
 499            # todo: 500            #  discuss: update and add functionality should be separated
 501            #  why?   : to prevent errors. Misspelling of the system name might cause
 502            #           unwanted updates or unwanted additions. Separate function can