[Bug] Experiment name is not optional for non-DB usage
See original GitHub issueExperiments 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.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Adding to sqlalchemy mapping class non db attributes
And I want to use one class to work with dababase fields: name, age etc. and non database field: rating. Is it possible...
Read more >Methods for independently manipulating palatability and color ...
Here, we describe and test the effectiveness of two methods to manipulate the palatability of small insect prey and present various methods to ......
Read more >CUCM Publisher Node Restoration from Subscriber Database ...
This document describes how to restore the Cisco Unified Communications Manager (CUCM) publisher node from the subscriber database (DB) ...
Read more >Bugzilla:Triage - MozillaWiki
ID Summary Component Assigned to
31144 Let user hide some fields. User Interface Nobody; OK to take i...
35281 Ability to email an entire bugzilla...
Read more >Create New Environment | K2View Support
Once Name in the Environments List grid is clicked, all DB and non-DB interfaces in the project are copied to the Selected Environment...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for letting us know. We have a fix ready and we’ll update again when we get it into open source.
The fix is now part of the latest stable version, 0.1.8!