Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matrix: Ensure whole matrix is correct #2199

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 7, 2023

  1. Matrix: Ensure whole matrix is correct

    There are some proposed solutions where the mentee submit solution that would emit extra empty rows. For instance with an off by one error in a for-loop.
    
    By checking that the whole matrix is exactly as expected we can catch such mistakes.
    homersimpsons committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    9c22e01 View commit details
    Browse the repository at this point in the history