Skip to content

Commit

Permalink
[DATALAD RUNCMD] Fix other (original) sources for millimiter typo (no…
Browse files Browse the repository at this point in the history
…t sure why codespell did not pick it up

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "git-sedi millimiter millimeter",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Mar 19, 2024
1 parent b45a6de commit bb4e704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datalad_neuroimaging/extractors/nifti1.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@

unit_map = {
'meter': ('meter', 'uo:0000008'),
'millimeter': ('millimiter', 'uo:0000016'),
'mm': ('millimiter', 'uo:0000016'),
'millimeter': ('millimeter', 'uo:0000016'),
'mm': ('millimeter', 'uo:0000016'),
'micron': ('micrometer', 'uo:0000017'),
'second': ('second', 'uo:0000010'),
'sec': ('second', 'uo:0000010'),
Expand Down

0 comments on commit bb4e704

Please sign in to comment.