Skip to content

Commit 959ba64

Browse files
author
sreeder
committed
remove extra info
1 parent 0783a07 commit 959ba64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/Sample.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# session_factory = dbconnection.createConnection('sqlite', '/Users/stephanie/DEV/YODA-Tools/tests/test_files/XL_specimen.sqlite', 2.0)
2828

2929

30-
session_factory = dbconnection.createConnection('postgresql', 'odm2wofpy1.uwrl.usu.edu', 'odm2', 'dbadmin', 'pinkbananastastegross')
30+
3131

3232

3333

@@ -42,7 +42,7 @@
4242
create = CreateODM2(session_factory)
4343

4444

45-
ds= read.getSamplingFeatureDatasets(ids = [1])
45+
ds= read.getSamplingFeatureDatasets(ids = [1001])
4646

4747

4848
# Run some basic sample queries.

0 commit comments

Comments
 (0)