Closed esantorella closed 3 days ago
This pull request was exported from Phabricator. Differential Revision: D66103291
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.69%. Comparing base (
0cab5d2
) to head (18dfec6
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
This pull request has been merged in facebook/Ax@7b671dc9e042a7580905d58f0994a0cd25d45673.
Summary: Context:
BackendSimulator.from_state
is a way of initializing aBackendSimulator
that is less useful now thatBackendSimulator
has anoptions
attribute (D66102162), and it is not used outside unit tests.This PR:
BackendSimulator.from_state
Differential Revision: D66103291