forked from bellwether/minerva
updating tests
This commit is contained in:
parent
386cafe0dd
commit
68bc346e24
2 changed files with 4 additions and 4 deletions
4
test.py
4
test.py
|
|
@ -1,9 +1,9 @@
|
|||
import minerva
|
||||
import minerva as m
|
||||
import pprint
|
||||
|
||||
pp = pprint.PrettyPrinter(indent=4)
|
||||
|
||||
athena = Athena("hay", "s3://haystac-pmo-athena/")
|
||||
athena = m.Athena("hay", "s3://haystac-pmo-athena/")
|
||||
#query = athena.query(
|
||||
#"""SELECT *
|
||||
#FROM trajectories.kitware
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue