Closed matteobettini closed 9 months ago
In the codebase, all exceptions are caught and replaced by custom print calls, like this https://github.com/instadeepai/marl-eval/blob/43f7d0a952c91187ff00702f94bafd423b7bcc99/marl_eval/utils/data_processing_utils.py#L303
print
this is not a good practice as:
Hi @matteobettini, thank you for raising this! I agree, this can definitely be improved. We will start working on it and let you know when we make some updates.
In the codebase, all exceptions are caught and replaced by custom
print
calls, like this https://github.com/instadeepai/marl-eval/blob/43f7d0a952c91187ff00702f94bafd423b7bcc99/marl_eval/utils/data_processing_utils.py#L303this is not a good practice as: