mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-16 07:55:54 +00:00
Fix max_value in manage list results
This commit is contained in:
@@ -1534,7 +1534,7 @@ class Summary:
|
||||
)
|
||||
path = Folders.hidden_results if self.hidden else Folders.results
|
||||
book = None
|
||||
max_value = len(self.data)
|
||||
max_value = len(self.data_filtered)
|
||||
while True:
|
||||
match get_input(message=message).split():
|
||||
case [cmd.relist]:
|
||||
|
Reference in New Issue
Block a user