Imageomics / dashboard-prototype

Prototype data dashboard for Imageomics Data
http://dash.imageomics.org
MIT License
5 stars 2 forks source link

Tests #22

Closed egrace479 closed 1 year ago

egrace479 commented 1 year ago

Adds in tests for two more functions in query.py: get_data and get_filenames. Also fixes error in get_filenames (caught with test).

Should resolve Issue #14 for generalizing.

egrace479 commented 1 year ago

I take it we expect all data uploads to come with geocoordinates?

No, when I set up the upload it's going to check for lat and lon in the column values and won't load the mapping option if they're not included.