Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
bug fixed for g/kg convert
  • Loading branch information
cheneyjin committed Jul 1, 2023
1 parent b13dfee commit 0a4d314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert units/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
}

properties['Mass'] = {'g': {'kg' : 'x/1000.',
properties['Mass'] = {'g': {'kg' : 'x*0.001',
'ton': 'x/1e6',
'lb' : 'x*0.00220462262'
},
Expand Down

0 comments on commit 0a4d314

Please sign in to comment.