You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This currently happens in the ensemble and transformed emulator. If we change it to the _predict method then that would allow us to move gradient handling to the top level Emulator.predict method (using self.supports_grad). See #605 for more information.