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.
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!
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.