We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06b28a commit d669529Copy full SHA for d669529
pytheus/fancy_classes.py
@@ -412,7 +412,7 @@ def minimum(self, *args):
412
lenght_graph = len(self.graph)
413
max_given_n = max(args)
414
raise ValueError(
415
- 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}')
416
417
if type(delind) is np.int64: # makes sure that we can iterate by return
418
return self.edges[delind]
0 commit comments