Erdnaxela3/bioptim_gui

View on GitHub
api/bioptim_gui_api/penalty/misc/penalty_printer.py

Summary

Maintainability
A
0 mins
Test Coverage

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

        assert self.penalty_type == "CUSTOM", "This function should only be called for custom penalty"

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

        assert function_name is not None, "The function argument is missing"

File not formatted according to black style guide
Open

        return ret

There are no issues that match your filters.

Category
Status