Closed lsetiawan closed 6 years ago
This is the same exact changes by @miguelcleon on PR #133. Just cleaner without the .travis.yml changes.
.travis.yml
From @miguelcleon: see that the first one, this is caused by Dataloggerfiles model, mapping to the wrong column within the database: https://github.com/ODM2/ODM2PythonAPI/blob/master/odm2api/ODM2/models.py#L458.
For the second one, measurementequation is indeed misspelled: https://github.com/ODM2/ODM2PythonAPI/blob/master/odm2api/ODM2/models.py#L514.
also
found two more problems with dataloggerfiles model There is no column dataloggeroutputfiledescription instead it is dataloggerfiledescription https://github.com/ODM2/ODM2PythonAPI/blob/master/odm2api/ODM2/models.py#L460
dataloggeroutputfiledescription
dataloggerfiledescription
There is no column dataloggeroutputfilelink instead it is dataloggerfilelink https://github.com/ODM2/ODM2PythonAPI/blob/master/odm2api/ODM2/models.py#L461
dataloggeroutputfilelink
dataloggerfilelink
Travis CI are now passing. I have approval by @miguelcleon. So I think it is safe to merge.
Merging...
Overview
This is the same exact changes by @miguelcleon on PR #133. Just cleaner without the
.travis.yml
changes.Notes
From @miguelcleon: see that the first one, this is caused by Dataloggerfiles model, mapping to the wrong column within the database: https://github.com/ODM2/ODM2PythonAPI/blob/master/odm2api/ODM2/models.py#L458.
For the second one, measurementequation is indeed misspelled: https://github.com/ODM2/ODM2PythonAPI/blob/master/odm2api/ODM2/models.py#L514.
also
found two more problems with dataloggerfiles model There is no column
dataloggeroutputfiledescription
instead it isdataloggerfiledescription
https://github.com/ODM2/ODM2PythonAPI/blob/master/odm2api/ODM2/models.py#L460There is no column
dataloggeroutputfilelink
instead it isdataloggerfilelink
https://github.com/ODM2/ODM2PythonAPI/blob/master/odm2api/ODM2/models.py#L461