You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a pull request for issue #324 url_description_uniqueness_check (Granule).
Expected outcome:
The PyQuARC error at the bottom of the results page with the following message
'ERROR: Running check for the rule: 'url_description_uniqueness_check' failed.. Details: sequence item 0: expected str instance, NoneType found' should not be seen.
Code Changes:
Added a override for 'url_description_uniqueness_check" in rules_override.json file.
To Reproduce:
Example concept ID: G2693552851-CDDIS (umm-g)
Description of the fix: The above code changes were reviewed and tested on umm-g and echo-g granules. The error url_description_uniqueness_check existed for the umm-c schema, and it was not resolved. Additionally, there was a similar error, online_access_description_uniqueness_check, for the echo-g schema.
The code changes are made in the rule_mapping.json and tested for quality control.
Output: You will NOT see the PyQuARC errors when it is run for Granules (umm-c and echo-g)
ERROR: Running check for the rule: 'url_description_uniqueness_check' failed
ERROR: Running check for the rule: 'online_access_description_uniqueness_check' failed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a pull request for issue #324 url_description_uniqueness_check (Granule).
Expected outcome:
The PyQuARC error at the bottom of the results page with the following message
'ERROR: Running check for the rule: 'url_description_uniqueness_check' failed.. Details: sequence item 0: expected str instance, NoneType found' should not be seen.
Code Changes:
Added a override for 'url_description_uniqueness_check" in rules_override.json file.
To Reproduce:
Example concept ID: G2693552851-CDDIS (umm-g)