Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f68edf20 authored by Simon Labarthe's avatar Simon Labarthe
Browse files

debug identity

parent 26a9a810
No related branches found
No related tags found
No related merge requests found
Pipeline #1099610 passed with warnings
......@@ -629,7 +629,7 @@ class Metamodel(object):
and "identity" in self.metamodel_yml[self.bact]
and self.compound_name[i] in self.metamodel_yml[self.bact]["identity"]
):
res.append((np.zeros((Nv, Nobs)), 0, None))
res.append((np.zeros((Nv, Nobs)), 0, [0]))
else:
res.append(
solve_groupLASSO(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment