forked from facebook/Ax
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid fetching data in ImprovementGSS; we always want to "look up" da…
…ta anywhere in the methods stack (facebook#2814) Summary: Calling `fetch` here was an oversight; we should *always* be using `lookup` anywhere outside of HitL settings or `Scheduler`. In the long run we would want to: 1. Enforce that `fetch` is only used in appropriate settings mentioned above. 2. Make the "default to lookup" logic more elaborate to make sure that `fetch` boils down to `lookup` everywhere that it can, but it's not currently straightforward to ensure this. Reviewed By: esantorella Differential Revision: D63784231
- Loading branch information
1 parent
0ef1de0
commit 3b34819
Showing
1 changed file
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters