Skip to content

Commit e46ebcc

Browse files
committed
Set anonymous as must
1 parent 93d9520 commit e46ebcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grelu/resources/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def _check_wandb(host:str=DEFAULT_WANDB_HOST) -> None:
8686
Args:
8787
host: URL of the Weights & Biases host
8888
"""
89-
assert wandb.login(host=host, anonymous="allow"), f'Weights & Biases (wandb) is not configured, see {host}/authorize'
89+
assert wandb.login(host=host, anonymous="must", timeout=0), f'Weights & Biases (wandb) is not configured, see {host}/authorize'
9090

9191

9292
def projects(host: str=DEFAULT_WANDB_HOST) -> List[str]:

0 commit comments

Comments
 (0)