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

Fixed bug #417 #898

Merged
merged 4 commits into from
Nov 20, 2020
Merged

Fixed bug #417 #898

merged 4 commits into from
Nov 20, 2020

Conversation

Onariaginosa
Copy link
Collaborator

Fixed bug #417. Implemented empty row, column, and matrix test for the network sheet.

Copy link
Owner

@dondi dondi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -379,7 +381,7 @@ var parseNetworkSheet = function (sheet, network) {
try {
if (sheet.data[row][column] === undefined) {
// SHOULD BE: addError(network, errorList.missingValueError(row, column));
columnChecker[column - 1] = columnChecker[column - 1]++;
columnChecker[column - 1]++;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

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.

2 participants