transientskp / tkp

A transients-discovery pipeline for astronomical image-based surveys
http://docs.transientskp.org/
BSD 2-Clause "Simplified" License
19 stars 14 forks source link

Removal of remaining MonetDB references #585

Closed AntoniaR closed 3 years ago

AntoniaR commented 3 years ago

This pull request removes final references to MonetDB in the TraP code and the documentation.

The TraP test suite was run on this issue and created 3 errors. None of these errors were related to this pull request and are summarised in the following issues https://github.com/transientskp/tkp/issues/584 and https://github.com/transientskp/tkp/issues/582

n.b. when installing TraP in your virtual environment ensure that you are installing the correct version of python-casacore as otherwise the installation fails with the latest version. See https://github.com/transientskp/tkp/issues/583

Therefore this pull request is ready to go.

AntoniaR commented 3 years ago

Also check that you install the correct version of sqlalchemy as the latest version is causing bugs

pip install sqlalchemy==1.3

DavidRuhe commented 3 years ago

All tests passed.