diff --git a/pytheus/fancy_classes.py b/pytheus/fancy_classes.py index c5169a3..634dd64 100644 --- a/pytheus/fancy_classes.py +++ b/pytheus/fancy_classes.py @@ -412,7 +412,7 @@ def minimum(self, *args): lenght_graph = len(self.graph) max_given_n = max(args) raise ValueError( - f'Given n_th is to large (n starts 0): {max_given_n+1=} > {lenght_graph=}') + f'Given n_th is to large (n starts 0): {max_given_n+1} >= {lenght_graph}') if type(delind) is np.int64: # makes sure that we can iterate by return return self.edges[delind]