Closed panahiparham closed 3 weeks ago
After clean up this pr has 5 commits and resolves issue #7 by adding an experiment_definition
class that handles the client side interaction with the experiment after it is created and stored in a metadata database.
Commit 1 and 2 implement the experiment_definition
class and its corresponding test. Commit 3 and 4 implement a utility for getting experiment path and commit 5 adds an init file to allow pytest to import this package.
Addresses #7