simetenn / uncertainpy

Uncertainpy: a Python toolbox for uncertainty quantification and sensitivity analysis, tailored towards computational neuroscience.
http://uncertainpy.readthedocs.io
GNU General Public License v3.0
220 stars 50 forks source link

Not computed features #16

Closed maciej-jedynak closed 6 years ago

maciej-jedynak commented 6 years ago

Although spike trains are filled, I get the following warnings:

WARNING - Feature: mean_cv only yields results for 0/10 parameter combinations.
WARNING - Uncertainty quantification is not performed for feature: mean_cv due too not all parameter combinations giving a result. Set allow_incomplete=True to calculate the uncertainties anyway.
WARNING - Feature: corrcoef only yields results for 0/10 parameter combinations.
WARNING - Uncertainty quantification is not performed for feature: corrcoef due too not all parameter combinations giving a result. Set allow_incomplete=True to calculate the uncertainties anyway.
WARNING - Feature: cv only yields results for 0/10 parameter combinations.

so, some features are not computed at all

simetenn commented 6 years ago

Do you have an example of one of the spiketrains that gives this result?

maciej-jedynak commented 6 years ago

Unfortunately not :-/

simetenn commented 6 years ago

I am not able to reproduce this exact problem, but v0.9.3 contain proper handling of model.ignore, so the problem might have been disappeared. Please just reopen if you still experience this problem.