portugueslab / stytra

A modular package to control stimulation and track behaviour
http://www.portugueslab.com/stytra/
GNU General Public License v3.0
41 stars 26 forks source link

Wrong importation in combined_exp.py #50

Open BZattera opened 3 years ago

BZattera commented 3 years ago

In the first line, you import Stimulus Combiner from stytra.stimulation.stimuli.visual that is not there. I solved the problem importing CombinerStimulus from stytra.stimulation.stimuli

vigji commented 3 years ago

Thanks! This should have been fixed in the pytesting branch and will be solved once we merge that