Skip to content

Commit

Permalink
Fix doc-string of predict()
Browse files Browse the repository at this point in the history
  • Loading branch information
lucastheis committed Aug 3, 2016
1 parent 12dcbbf commit 9b04cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c2s/c2s.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def predict(data, results=None, max_spikes_per_sec=1000., verbosity=1):
Predicts firing rates from calcium traces using spiking neuron models.
If no model is specified via C{results}, a default model is used which was trained
on two datasets of V1 recordings of mice (dataset 1 and 2 of Theis et al., 2014).
on many datasets (see Theis et al., 2016).
@type data: list
@param data: list of dictionaries containing calcium/fluorescence traces
Expand Down

0 comments on commit 9b04cb3

Please sign in to comment.