Commit Graph

10 Commits

Author SHA1 Message Date
Matthew Wall
db6bcc3cad keep PEP happy 2017-02-13 00:13:06 -05:00
Matthew Wall
d1b347fb34 more simplification 2017-02-12 23:53:12 -05:00
Matthew Wall
f23734df99 make output consistent 2017-02-12 23:37:43 -05:00
gjr80
7493536a47 Now picks up absence of windSpeed daily summary 2017-02-06 11:52:25 +10:00
Tom Keffer
f869fd9773 Got the weighting update to work on MySQL 2017-01-22 17:21:39 -08:00
gjr80
15924f1964 Removed vacuum 2017-01-21 01:18:53 +10:00
Tom Keffer
4cb7df6994 Modified weighting fix
Should not mess with lessUpdate
Delete lastWeightPatch after successful patch
2017-01-19 15:28:33 -08:00
gjr80
fcf90e4cb0 Removed the p word, patch.py is now database.py, rejigged wee_database as per skype and followup emails
- progress function for fixes included as a method in base class that
can be overridden
- much changing of logging to give consistent results/output
- believe I retained Tom's recent changes to patch.py (commit 4acf752)
2017-01-19 22:31:06 +10:00
gjr80
9ad9f4bd28 Further refinement
- max and maxtime now updated
- reworked the progress function, now a method in the class

Have left __main__ code in that has been used for testing windSpeed
recalculation fix
2017-01-16 17:28:15 +10:00
gjr80
482efe17aa First cut of de-patching patch.py and adding windSpeed recalculation
- renamed base class to remove use of the term 'patch'
- 1st cut class WindSpeedRecalculation to handle windSpeed recalculation
- interval weighting class yet to be reviewed
- patch.py to be removed in due course
2017-01-15 23:51:50 +10:00