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

Allow for matrices with one row or one column #10

Merged
merged 4 commits into from
Sep 27, 2022
Merged

Allow for matrices with one row or one column #10

merged 4 commits into from
Sep 27, 2022

Conversation

matt-dray
Copy link
Owner

Added conditions to avoid infinity error when a single row or column existed in the matrix. Added some basic error tests. Close #9.

@matt-dray matt-dray merged commit 3b063fc into main Sep 27, 2022
@matt-dray matt-dray deleted the md-test branch September 27, 2022 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dimension (n_rows, n_cols) of 1 results in error
1 participant