Skip to content

Commit 4b4663a

Browse files
committed
remove error handling
1 parent b664f2c commit 4b4663a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

causal_testing/surrogate/surrogate_search_algorithms.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ def create_gene_types(
107107
var_space[rel_split[0]]["high"] = int(rel_split[2]) + 1
108108
else:
109109
var_space[rel_split[0]]["high"] = datatype(rel_split[2])
110-
else:
111-
raise ValueError(f"Value {rel_split[0]} not found in var_space")
112110

113111
gene_space = []
114112
gene_space.append(var_space[surrogate_model.treatment])

0 commit comments

Comments
 (0)