Skip to content

Commit ac38f95

Browse files
author
Justin Keogh
committed
updated Astronomical unit to reflect def at http://en.wikipedia.org/wiki/Astronomical_unit, previous def of 149597870691(30) is not listed.
1 parent 9cf3295 commit ac38f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantities/constants/astronomy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
au = astronomical_unit = UnitConstant(
1212
'astronomical_unit',
13-
UncertainQuantity(149597870691, 'm', 30),
13+
UncertainQuantity(149597870700, 'm', 3),
1414
symbol='au',
1515
doc='http://en.wikipedia.org/wiki/Astronomical_unit'
1616
)

0 commit comments

Comments
 (0)