Skip to content

Commit

Permalink
Start with the original variables
Browse files Browse the repository at this point in the history
  • Loading branch information
emsunshine committed Dec 2, 2024
1 parent 331a240 commit 69b9943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systems2atoms/hyperplanetree/hyperplanetree/omlt.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(
else:
input_bounds[i] = (-max_bound, max_bound)

used_cols = []
used_cols = list(range(len(input_bounds_matrix)))
summary = copy.deepcopy(lt_regressor.summary())
for node in summary.values():
if isinstance(node['models'], TorchLinearRegression):
Expand Down

0 comments on commit 69b9943

Please sign in to comment.