Open OAGr opened 8 months ago
Huh, I'm having trouble replicating it now. Seems sporadic. Will keep an eye out for a replicable example.
start = Date.make(2024, 4, 1)
end = Date.make(2024, 6, 1)
fn(time: [start, Date.make(2024, 11, 1)]) = {
diff = toYears(time - start)
yearlyRate = normal({ p5: -0.2, p95: 0.5 })
answer = (1 + yearlyRate) ^ diff
answer
}
Description of suggestion or shortcoming:
When I hover over a function chart variable, it expands forever, similar to what happened before with dists. I assume a similar fix should work here.
https://github.com/quantified-uncertainty/squiggle/issues/3013