def nbr_points()

in metropolis/utils/data_classes.py [0:0]


    def nbr_points(self) -> int:
        """Returns the number of points.

        Returns:
            Number of points.
        """
        return self.points.shape[1]