Skip to content

Commit

Permalink
Merge branch 'fix/predictor-never-updates' into 'main'
Browse files Browse the repository at this point in the history
Fix Predictor Update Bug

See merge request es/ai/hannah/hannah!418
  • Loading branch information
moreib committed Dec 2, 2024
2 parents ce2ed6a + fda5b40 commit a4f3a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hannah/nas/search/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def search(self):
msglogger.error("Updating predictor failed:")
msglogger.error(f"{str(e)}")

self.new_points = []
self.new_points = []
self.candidates = self.sample_candidates(
self.total_candidates,
self.num_selected_candidates,
Expand Down

0 comments on commit a4f3a22

Please sign in to comment.