Skip to content

Commit

Permalink
MAIN: Don't set "unknown" sex, just leave empty. Bump manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
naterichman committed Sep 8, 2021
1 parent ff1e9d8 commit ea99763
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dicom-mr-classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def get_sex_string(sex_str):
elif sex_str == "O":
sex = "other"
else:
sex = "unknown"
sex = ""
return sex


Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"source": "https://github.com/flywheel-apps/dicom-mr-classifier/releases",
"license": "Apache-2.0",
"flywheel": "0",
"version": "1.4.5",
"version": "1.4.6",
"custom": {
"gear-builder": {
"image": "flywheel/dicom-mr-classifier:1.4.5",
"image": "flywheel/dicom-mr-classifier:1.4.6",
"category": "converter"
},
"flywheel": {
Expand Down

0 comments on commit ea99763

Please sign in to comment.