Skip to content

Commit 83e3342

Browse files
committed
import offset constants from chebai + remove its worflow
1 parent 6d7e6bd commit 83e3342

File tree

3 files changed

+2
-140
lines changed

3 files changed

+2
-140
lines changed

.github/workflows/export_constants.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/verify_constants.yml

Lines changed: 0 additions & 116 deletions
This file was deleted.

chebai/preprocessing/reader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22
from pathlib import Path
3-
from typing import Any, Dict, List, Optional, Tuple
3+
from typing import List, Optional, Tuple
44
from urllib.error import HTTPError
55

66
import torch
@@ -13,7 +13,7 @@
1313
)
1414

1515
from chebai.preprocessing.collate import RaggedCollator
16-
from chebai.preprocessing.reader import DataReader
16+
from chebai.preprocessing.reader import EMBEDDING_OFFSET, DataReader
1717

1818

1919
class ProteinDataReader(DataReader):

0 commit comments

Comments
 (0)