Closed rachaelalfant closed 2 years ago
Hello @rachaelalfant ,
Thanks for pointing this out. There is a typo in the example. The function gaussian_path1D() returns a 4x1 matrix. Hence, we should give a vector of 4 dimension, i.e., bstructure = [1,2,3,4].
Will update with another function for length 5.
Additionally, you can write your own function that generates a vector with any dimension.
Thank you.
Thank you for your help!
Hello,
I'm attempting to follow the tutorial for scenario lattices, and am receiving an error after typing in the following command:
I obtained the command from this link: https://kirui93.github.io/ScenTrees.jl/stable/tutorial/tutorial3/. Am I doing something wrong? Any help would be greatly appreciated.