Skip to content

Commit

Permalink
Merge pull request #16 from smart-on-fhir/mikix/cleanup
Browse files Browse the repository at this point in the history
chore: delete study-specific folders, they shouldn't live in main
  • Loading branch information
mikix authored Jan 12, 2024
2 parents 0ca087c + 9adeba4 commit f21086e
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 295 deletions.
1 change: 0 additions & 1 deletion chart_review/cohort.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
import sys
from typing import Iterable, Optional

from chart_review.common import guard_str, guard_iter, guard_in
Expand Down
3 changes: 0 additions & 3 deletions chart_review/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
from enum import Enum, EnumMeta
from typing import Optional
from collections.abc import Iterable
import warnings
import functools
import datetime
import logging
import json

Expand Down
Empty file.
81 changes: 0 additions & 81 deletions chart_review/covid_symptom/config.py

This file was deleted.

31 changes: 0 additions & 31 deletions chart_review/covid_symptom/config.yaml

This file was deleted.

115 changes: 0 additions & 115 deletions chart_review/covid_symptom/paper.py

This file was deleted.

4 changes: 2 additions & 2 deletions chart_review/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ def merge_external(
for row in exported_json:
if "docref_mappings" not in row.get("data", {}):
sys.exit(
f"Your Label Studio export does not include DocRef/Encounter ID mapping metadata!\n"
f"Consider re-uploading your notes using Cumulus ETL's chart-review command."
"Your Label Studio export does not include DocRef/Encounter ID mapping metadata!\n"
"Consider re-uploading your notes using Cumulus ETL's chart-review command."
)
break # just inspect one

Expand Down
Empty file.
41 changes: 0 additions & 41 deletions chart_review/suicide_icd10/config.py

This file was deleted.

19 changes: 0 additions & 19 deletions chart_review/suicide_icd10/config.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions tests/test_agree.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"""Tests for agree.py"""

import os
import tempfile
import unittest

import ddt
Expand Down

0 comments on commit f21086e

Please sign in to comment.