Ax: [Bug] Experiment name is not optional for non-DB usage

Created on 18 Nov 2019  路  5Comments  路  Source: facebook/Ax

Experiments can be created without a name, however the from_json_snapshot method fails if experiment name is not set due to it accessing the name property that fails if not set.

A quick fix would be to access the _name instead of name or make the name in the create_experiment method a mandatory field.

fixready

Most helpful comment

Thanks for letting us know. We have a fix ready and we'll update again when we get it into open source.

All 5 comments

Thanks for letting us know. We have a fix ready and we'll update again when we get it into open source.

Just to clarify, the fix is on master, just not in the stable version yet! It will be included in the next stable version.

Is there any plans to release 0.1.7 any time soon to include these minor fixes?

@casassg, yep, there is! Will update you when the version is out, which should be in the next few days.

The fix is now part of the latest stable version, 0.1.8!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

natolambert picture natolambert  路  4Comments

newtonle picture newtonle  路  3Comments

ksanjeevan picture ksanjeevan  路  3Comments

richarddwang picture richarddwang  路  4Comments

arvieFrydenlund picture arvieFrydenlund  路  5Comments