Skip to content

Commit

Permalink
drop: buildin logger
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoYinYing committed Aug 20, 2024
1 parent 2bd81ad commit 0720311
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
SeqRes = str
MmCIFDict = Mapping[str, Sequence[str]]

logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')

@dataclasses.dataclass(frozen=True)
class Monomer:
Expand Down
1 change: 0 additions & 1 deletion apps/protein_folding/helixfold3/helixfold/utils/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import numpy as np
import paddle
import paddle.nn as nn
import logging
import io

from helixfold.model import modules_all_atom
Expand Down

0 comments on commit 0720311

Please sign in to comment.