Skip to content

Commit

Permalink
fixed test url
Browse files Browse the repository at this point in the history
  • Loading branch information
avantikalal committed Jul 24, 2024
1 parent aca0bc3 commit 096ca2a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/test_models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import torch

import wandb
from grelu.model.models import (
BorzoiModel,
BorzoiPretrainedModel,
Expand All @@ -17,14 +16,6 @@
inputs = convert_input_type(["A" * 128], "one_hot")


try:
wandb.login(host="https://genentech.wandb.io", anonymous="never", timeout=0)
except wandb.errors.UsageError: # login anonymously if not logged in already
wandb.login(
host="https://genentech.wandb.io", relogin=True, anonymous="must", timeout=0
)


# Test a fully convolutional model with residual connections and autocropping
def test_conv_model():
model = ConvModel(
Expand Down

0 comments on commit 096ca2a

Please sign in to comment.