Skip to content

Commit afbc9ba

Browse files
committed
Change observer's default temperature to 10°C
1 parent 281efd2 commit afbc9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/astronoby/observer.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Astronoby
44
class Observer
55
DEFAULT_ELEVATION = 0
6-
DEFAULT_TEMPERATURE = BigDecimal("288.15")
6+
DEFAULT_TEMPERATURE = BigDecimal("283.15")
77
PRESSURE_AT_SEA_LEVEL = BigDecimal("1013.25")
88
PASCAL_PER_MILLIBAR = BigDecimal("0.01")
99
EARTH_GRAVITATIONAL_ACCELERATION = BigDecimal("9.80665")

0 commit comments

Comments
 (0)