Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Remove dwmodel
Browse files Browse the repository at this point in the history
  • Loading branch information
dPys committed Dec 14, 2022
1 parent bf3c88d commit bb6b63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eddymotion/estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def fit(
pbar.update()

# free memory
del xform, predicted, data_train, data_test, dwmodel
del xform, predicted, data_train, data_test
gc.collect()

return dwdata.em_affines
Expand Down

0 comments on commit bb6b63c

Please sign in to comment.