Skip to content

Commit

Permalink
one small change
Browse files Browse the repository at this point in the history
  • Loading branch information
willdumm committed Nov 22, 2024
1 parent f66a530 commit 8ca6e52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions netam/dasm.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import netam.framework as framework
import netam.molevol as molevol
import netam.sequences as sequences
import copy


class DASMDataset(DXSMDataset):
Expand Down
1 change: 0 additions & 1 deletion netam/dxsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from functools import partial

import torch
from torch.utils.data import Dataset

# Amazingly, using one thread makes things 50x faster for branch length
# optimization on our server.
Expand Down

0 comments on commit 8ca6e52

Please sign in to comment.