Skip to content

Commit

Permalink
added chapters Data quality, Output, discussed MDR output
Browse files Browse the repository at this point in the history
  • Loading branch information
RodionLisch committed Dec 12, 2024
1 parent 52dde83 commit 45e2294
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nfdinspector_tutorials/LIDO_use_case.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@
"metadata": {},
"outputs": [],
"source": [
"# reinitialize lido_inspector to reset the configuration\n",
"lido_inspector = LIDOInspector(error_lang='en')\n",
"mdr_list = ['title', 'object_work_type', 'classification', 'work_id', 'object_description', 'materials_tech', 'object_measurements', 'event', 'subject_concept', 'resource']\n",
"for key in lido_inspector.configuration.keys():\n",
" if key not in mdr_list:\n",
Expand Down

0 comments on commit 45e2294

Please sign in to comment.