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.

Prechádzať zdrojové kódy

[DATALAD] Recorded changes

Lucas Gautheron 9 hodín pred
rodič
commit
e3eb6edb11

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

@@ -29,7 +29,7 @@ for (c in 1:n_speech_rate_children) {
 
         speech_rate_child_level[c,2:] ~ gamma(
             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(
                 speech_rate_child_siblings[c]==0?beta_sib_adu/10.0:0
             )))
         );