Path parameter not used in many examples

Issue #45 resolved
Sean McGregor created an issue

Many of the example scripts contain an assignment to the path variable, but the path is never passed into the Experiment class so it defaults to the temp directory. Most of the experiments should either pass the path variable or eliminate the path from the signatures of make_experiment so that it is clear the parameter will not be used.

I will make the change if your comment so indicates I should.

Thanks for putting this into the world!

Comments (3)

  1. cdann@cdann.de

    You are right, Sean. In many make_experiment functions, there is a opt['path'] = path missing. This bug was introduced by a recent refactoring of there functions. Thanks for reporting it!

  2. Log in to comment