ufo-kit / concert-examples

Sample sessions for Concert
1 stars 0 forks source link

Fix experiment example for 0.9 #4

Closed matze closed 10 years ago

matze commented 10 years ago
Welcome to Concert 0.9.0dev
Call run('.') to simulate a data acquisition.

experiment > run('.')
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
/home/matthias/venvs/concert/lib/python2.7/site-packages/concert-0.9.0dev-py2.7.egg/EGG-INFO/scripts/concert in <module>()
----> 1 run('.')

/home/matthias/venvs/concert/share/concert/experiment.pyc in run(directory)
     42 def run(directory):
     43     """Run the example and output the experiment data to *directory*."""
---> 44     exper = Experiment(acquisitions, directory, log=LOG)
     45     exper.run().join()

TypeError: __init__() got an unexpected keyword argument 'log'