Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

Browse Source

[DATALAD] Recorded changes

Lucas Gautheron 1 month ago
parent
commit
5e010a7dd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/models/blocks/behavior_model_truth.stan

+ 1 - 1
code/models/blocks/behavior_model_truth.stan

@@ -36,7 +36,7 @@ real recs_priors_lpmf(array[] int children,
 
             // Other speakers
             ll += gamma_lpdf(
-                truth_vocs[k,2:]/1000/recs_duration | alpha_child_level[2:], alpha_child_level[2:]./mu_child_level[children[k-start+1],2:]' //'
+                truth_vocs[k,2:]/1000/recs_duration | alpha_child_level[2:], alpha_child_level[2:]./mu_child_level[children[k-start+1],:]' //'
             );
 
             // // FEM