Skip to content

Commit

Permalink
ms3 review -M -N -X -F -D -c v2.0 (v2.2.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
johentsch committed Sep 5, 2023
1 parent 7a6f63e commit 3d8712d
Show file tree
Hide file tree
Showing 17 changed files with 10,310 additions and 10,322 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Please note that the `meta_ corpora` branch should be used with collections of c
|WWV096-Meistersinger_01_Vorspiel-Prelude_SchottKleinmichel| 222| 1075|2.1.0 |Adrian Nagel|


*Overview table automatically updated using [ms3](https://johentsch.github.io/ms3/).*
*Overview table automatically updated using [ms3](https://ms3.readthedocs.io/).*
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ To reproduce: frictionless validate WWV090_Tristan_01_Vorspiel-Prelude_Ricordi18
'labels': ['mc',
'mn',
'quarterbeats',
'quarterbeats_all_endings',
'duration_qb',
'mc_onset',
'mn_onset',
Expand Down Expand Up @@ -36,25 +37,26 @@ To reproduce: frictionless validate WWV090_Tristan_01_Vorspiel-Prelude_Ricordi18
'bass_note'],
'stats': {'errors': 2,
'warnings': 0,
'seconds': 0.032,
'md5': '1432a1644c716052cce12ad0f66d7ba3',
'sha256': '87289112a234966ca38da02a2d93c21fcb3cd456fb13d32be1e8ad59b2cb898b',
'bytes': 32225,
'fields': 29,
'seconds': 0.023,
'md5': 'f6742b60d6053287e11357796761e51a',
'sha256': '554a1c047d03c01ea6bdc295738be49c63c2cd30f4ef64d69b3b080810004492',
'bytes': 33646,
'fields': 30,
'rows': 360},
'warnings': [],
'errors': [{'type': 'constraint-error',
'title': 'Constraint Error',
'description': 'A field value does not conform to a constraint.',
'message': 'The cell "-1/4" in row at position "287" and field '
'"mc_onset" at position "5" does not conform to a '
'"mc_onset" at position "6" does not conform to a '
'constraint: constraint "pattern" is '
'"\\d+(?:\\/\\d+)?"',
'tags': ['#table', '#row', '#cell'],
'note': 'constraint "pattern" is "\\d+(?:\\/\\d+)?"',
'cells': ['85',
'84',
'497/2',
'497/2',
'1.0',
'-1/4',
'-1/4',
Expand Down Expand Up @@ -84,19 +86,20 @@ To reproduce: frictionless validate WWV090_Tristan_01_Vorspiel-Prelude_Ricordi18
'rowNumber': 287,
'cell': '-1/4',
'fieldName': 'mc_onset',
'fieldNumber': 5},
'fieldNumber': 6},
{'type': 'constraint-error',
'title': 'Constraint Error',
'description': 'A field value does not conform to a constraint.',
'message': 'The cell "-1/4" in row at position "287" and field '
'"mn_onset" at position "6" does not conform to a '
'"mn_onset" at position "7" does not conform to a '
'constraint: constraint "pattern" is '
'"\\d+(?:\\/\\d+)?"',
'tags': ['#table', '#row', '#cell'],
'note': 'constraint "pattern" is "\\d+(?:\\/\\d+)?"',
'cells': ['85',
'84',
'497/2',
'497/2',
'1.0',
'-1/4',
'-1/4',
Expand Down Expand Up @@ -126,4 +129,4 @@ To reproduce: frictionless validate WWV090_Tristan_01_Vorspiel-Prelude_Ricordi18
'rowNumber': 287,
'cell': '-1/4',
'fieldName': 'mn_onset',
'fieldNumber': 6}]}
'fieldNumber': 7}]}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"delimiter": "\t"
}
},
"schema": "https://raw.githubusercontent.com/johentsch/ms3/main/schemas/harmonies/E9wfY0zEL3wM7w.schema.yaml",
"schema": "https://raw.githubusercontent.com/DCMLab/frictionless_schemas/main/harmonies/3xXaI59c2f9xGQ.schema.yaml",
"creator": {
"@context": "https://schema.org/",
"@type": "SoftwareApplication",
Expand All @@ -22,6 +22,6 @@
"name": "Johannes Hentschel",
"@id": "https://orcid.org/0000-0002-1986-9545"
},
"softwareVersion": "2.1.0"
"softwareVersion": "2.2.1"
}
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"delimiter": "\t"
}
},
"schema": "https://raw.githubusercontent.com/johentsch/ms3/main/schemas/harmonies/E9wfY0zEL3wM7w.schema.yaml",
"schema": "https://raw.githubusercontent.com/DCMLab/frictionless_schemas/main/harmonies/3xXaI59c2f9xGQ.schema.yaml",
"creator": {
"@context": "https://schema.org/",
"@type": "SoftwareApplication",
Expand All @@ -22,6 +22,6 @@
"name": "Johannes Hentschel",
"@id": "https://orcid.org/0000-0002-1986-9545"
},
"softwareVersion": "2.1.0"
"softwareVersion": "2.2.1"
}
}
Loading

0 comments on commit 3d8712d

Please sign in to comment.