We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb96d32 commit fbb67b5Copy full SHA for fbb67b5
modelseedpy/fbapkg/metabofbapkg.py
@@ -53,4 +53,6 @@ def build_constraint(self,object,type):
53
return BaseFBAPkg.build_constraint(self,"pkc",0,0,coef,object["id"])
54
55
def find_metabolites_matching_peak(self,data):
56
- #TODO: need to write this function
+ #TODO: need to write this function
57
+ # chris you need to add a "pass" after the empty functions otherwise the lib crashes on import (syntax error)
58
+ pass
0 commit comments