Sbozzolo / kuibit

Consider using all PY-W0075
Anti-pattern
Major
1 occurrence in this check
Loop can be refactored to use all
491        # is the main method to find which grid contains a given point. (method
492        # finest_component_at_point). So, it is better to have a less pythonic
493        # method that fails as soon as possible.
494        for dim in range(self.num_dimensions):495            if not (
496                self.lowest_vertex[dim]
497                <= point[dim]