afids / afids-validator

Validator for the anatomical fiducial placement protocol
https://validator.afids.io
GNU General Public License v3.0
2 stars 4 forks source link

BUG: Fix mismatched columns #108

Closed kaitj closed 3 years ago

kaitj commented 3 years ago

Proposed changes

Resolves #93

Error is thrown if row_label is not numerical / row_desc is empty. Adds check for both of these. Recommendation is to merge following #101

Types of changes

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you are unsure about any of the choices, don't hesitate to ask!

Notes

All PRs will undergo the unit testing before being reviewed. You may be requested to explain or make additional changes before the PR is accepted.

_PR template was adopted from appium_

kaitj commented 3 years ago

Just realized this includes all the commits from the afids-class PR so definitely don't merge until #101 is merged!

kaitj commented 3 years ago

A couple of nitpicks but basically looks good.

If possible, it would be nice to change this PR to merge into the afids-class branch instead of master -- I think that would get rid of all the irrelevant commits.

Done!