Using Juno for Interactive Test-Driven Julia Package Development

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Thanks for this video.
Would be great if you could make one where you show how the debugger can be used.

senorMiguelCoconut
Автор

Great introduction!
I noticed an imprecision: when you write the form of the SDE at 6:06 you should use X_t instead of u in the rhs.

nicolascaramuzzino
Автор

Great video! Just starting out with julia package development so the macro tips are super helpful, thanks! Just noticed a small typo while watching-- in euler_maruyama.jl, I think you might have meant to use `r` instead of `randn()` after the type check.

AnantDalela
Автор

Would it possible to update this for Julia v1? It was super useful.

proweiqi