Skip to content

Commit

Permalink
Mapped 'Not available' age to 88.
Browse files Browse the repository at this point in the history
  • Loading branch information
sahawut committed Apr 5, 2017
1 parent 0bc2863 commit 5e18bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spew2synthia/canada.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'11': '55',
'12': '65',
'13': '75',
'88': 'Not available'
'88': '88' # TODO it should be 'Not available'
}

def find_csvs_by_iso3_and_prefix(iso3, prefix):
Expand Down

0 comments on commit 5e18bf3

Please sign in to comment.