opencdms-dev / pyopencdms-old

⭐🐍 pyopencdms aims to build a common Python API on top of multiple Climate Data Management Systems (CDMS) that use different underlying database engines
MIT License
4 stars 6 forks source link

Fix failing tests 2 #67

Closed chinedu117 closed 2 years ago

chinedu117 commented 2 years ago

Fixed midas model issues by:

Using python uuid module instead of the earlier database function.
Changing model primary and foreign keys to (agnostic) Integer instead of Numeric type.

Fixed failing tests issue by:

Renaming the affected test files in .github folder
Moves PEP8 exclude rule from tox.ini to setup.cfg