Commit 9d7bc0e1 authored by Karl Leswing's avatar Karl Leswing
Browse files

Import from correct location

parent 23d92453
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
from unittest import TestCase

from nose.tools import assert_equals, attr
from nose.tools import assert_equals
from nose.plugins.attrib import attr
from rdkit import Chem

import deepchem as dc
+2 −1
Original line number Diff line number Diff line
@@ -11,7 +11,8 @@ import unittest

import numpy as np
import os
from nose.tools import attr
from nose.plugins.attrib import attr


import deepchem as dc

+2 −1
Original line number Diff line number Diff line
import numpy as np
from nose.tools import assert_true, attr
from nose.tools import assert_true
from nose.plugins.attrib import attr
from unittest import TestCase

import deepchem as dc