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 9 hours ago
parent
commit
f5cab7d28e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/models/blocks/human_annotations_simple.stan

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

@@ -46,7 +46,7 @@ for (c in 1:n_speech_rate_children) {
                 )))
             );
             ll_child[distrib] += gamma_lpdf(speech_rate_child_level[c,2:] | alpha_pop_level[distrib,2:],
-                (alpha_pop_level[distrib,2:]./(mu_pop_level[2:]*exp(
+                (to_vector(alpha_pop_level[distrib,2:])./(mu_pop_level[2:]*exp(
                     sib==0?beta_sib_adu/10.0:0
                 )))
             );