We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b333268 commit cbd7afaCopy full SHA for cbd7afa
src/methods/novel/novel_predict/script.py
@@ -110,7 +110,7 @@
110
shape=outputs.shape,
111
uns={
112
'dataset_id': input_test_mod1.uns['dataset_id'],
113
- 'method_id': meta['name'],
+ 'method_id': "novel",
114
},
115
)
116
adata.write_h5ad(par['output'], compression = "gzip")
src/methods/simple_mlp/simple_mlp_predict/script.py
@@ -104,7 +104,7 @@ def _predict(model,dl):
104
shape=y_pred.shape,
105
106
107
- 'method_id': meta['functionality_name'],
+ 'method_id': "simple_mlp",
108
109
0 commit comments