added import of networkx
This commit is contained in:
parent
f6696dfacc
commit
dbe49b366d
|
@ -5,6 +5,7 @@ from fluents import logger, plots,workflow,dataset
|
||||||
from fluents.lib import blmfuncs,nx_utils,validation,engines,cx_stats,cx_utils
|
from fluents.lib import blmfuncs,nx_utils,validation,engines,cx_stats,cx_utils
|
||||||
import gobrowser, geneontology
|
import gobrowser, geneontology
|
||||||
import scipy
|
import scipy
|
||||||
|
import networkx as nx
|
||||||
|
|
||||||
|
|
||||||
class SmallTestWorkflow(workflow.Workflow):
|
class SmallTestWorkflow(workflow.Workflow):
|
||||||
|
|
Reference in New Issue