Skip to content

Commit

Permalink
merge molfeat/main to fix/fp
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunjunji committed Aug 13, 2024
1 parent 21bb4c4 commit 066b6fd
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions molfeat/trans/fp.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
from typing import Callable
from typing import List
from typing import Optional
from typing import Union

import re
import copy
import numpy as np
import re
from typing import Callable, List, Optional, Union

import datamol as dm
import numpy as np

from molfeat.calc import get_calculator, FP_FUNCS
from molfeat.calc import FP_FUNCS, get_calculator
from molfeat.trans.base import MoleculeTransformer
from molfeat.utils import datatype
from molfeat.utils.commons import _parse_to_evaluable_str
Expand Down

0 comments on commit 066b6fd

Please sign in to comment.