projects
/
experiments
/
season_math_test.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move the comment about the default seasons order
[experiments/season_math_test.git]
/
season_math_test.py
diff --git
a/season_math_test.py
b/season_math_test.py
index
e015ae7
..
1d193a9
100755
(executable)
--- a/
season_math_test.py
+++ b/
season_math_test.py
@@
-12,12
+12,11
@@
# The code assumes meteorological seasons.
# See http://en.wikipedia.org/wiki/Season
# The code assumes meteorological seasons.
# See http://en.wikipedia.org/wiki/Season
-#
-# Default seasons order is the one for the Northern hemisphere.
-seasons_norhtern = ["Winter", "Spring", "Summer", "
Fall
"]
-seasons_southern = ["Summer", "
Fall
", "Winter", "Spring"]
+seasons_norhtern = ["Winter", "Spring", "Summer", "
Autumn
"]
+seasons_southern = ["Summer", "
Autumn
", "Winter", "Spring"]
+# Default seasons order is the one for the Northern hemisphere
seasons = seasons_norhtern
months = ["January", "February", "March", "April", "May", "June", "July",
seasons = seasons_norhtern
months = ["January", "February", "March", "April", "May", "June", "July",