Skip to content

Commit

Permalink
Update catalog['rsoxs']['raw'] invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeaucage authored Sep 4, 2024
1 parent 0643a5b commit dc0e85c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_SST1DBLoader.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def sstdb():
except tiled.profiles.ProfileNotFound:
import os
api_key = os.environ['TILED_API_KEY']
client = tiled.client.from_uri('https://tiled.nsls2.bnl.gov',api_key=api_key)
sstdb = SST1RSoXSDB(catalog=client['rsoxs']['raw'],corr_mode='none')
client = tiled.client.from_uri('https://tiled.nsls2.bnl.gov',api_key=api_key)['rsoxs']['raw']
sstdb = SST1RSoXSDB(catalog=client,corr_mode='none')
return sstdb

@must_have_tiled
Expand Down

0 comments on commit dc0e85c

Please sign in to comment.