Skip to content

Commit

Permalink
update tests that require credential
Browse files Browse the repository at this point in the history
  • Loading branch information
niyiyu committed Feb 27, 2024
1 parent 85aa967 commit 5bd3f49
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_zarr.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
import numpy as np
from dasstore.zarr import Client

client = Client("shared/niyiyu/dasstore-demo-zarr", "https://dasway.ess.washington.edu")
client = Client(
"shared/niyiyu/dasstore-demo-zarr", "https://dasway.ess.washington.edu", anon=True
)
client = Client(
"shared/niyiyu/dasstore-demo-zarr", "https://dasway.ess.washington.edu", secure=True
)
client = Client(
"shared/niyiyu/dasstore-demo-zarr", "https://dasway.ess.washington.edu", anon=True
)
Expand Down

0 comments on commit 5bd3f49

Please sign in to comment.