Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lruizcalico committed Oct 19, 2023
1 parent 0d731f3 commit 400e158
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/baskerville/seqnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
import numpy as np
import tensorflow as tf

from basenji import blocks
from basenji import layers
from basenji import metrics
from baskerville import blocks
from baskerville import layers
from baskerville import metrics


class SeqNN:
Expand Down

0 comments on commit 400e158

Please sign in to comment.