Skip to content

Remove useless prints from tests #1240

@vfdev-5

Description

@vfdev-5

🚀 Feature

Some tests contain prints that probably were used for debugging and were not removed. It is better to remove them.

For example,

print("- lr:", optimizer.param_groups[0]["lr"])

print(save_handler.mock_calls)

etc

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions