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 methods overwrites a property of base class Runner. However, it does not declare the method as a property, though the base class does.
I expect that following test should fail until resolved (at least this is how I got aware of it in my local installation)
module: ax.core.tests.test_experiment
test: test_WarmStartFromOldExperiment() -> line 889 should fail
Best regards
Claas
The text was updated successfully, but these errors were encountered:
module:
ax.runners.synthetic
class:
SyntheticRunner
method:
run_metadata_report_keys()
-> this methods overwrites a property of base class Runner. However, it does not declare the method as a property, though the base class does.
I expect that following test should fail until resolved (at least this is how I got aware of it in my local installation)
module:
ax.core.tests.test_experiment
test:
test_WarmStartFromOldExperiment()
-> line 889 should failBest regards
Claas
The text was updated successfully, but these errors were encountered: