wrx1990

Results 2 issues of wrx1990

When I build scenario lattice like e.g `lattice_approximation([1,2,3,4,5],gaussian_path1D,1000000,2,1);` I will get the following image ![WechatIMG884](https://github.com/kirui93/ScenTrees.jl/assets/104119730/8ee14fea-8fce-4620-ac72-cf0732fc0fa7) I have a new t-series(gaussian_path1D) marked on the plot with a gray dot,how to get...

` import numpy as np from PIL import Image import torch import h5py import os import numpy as np import cv2 device = torch.device("cuda" if torch.cuda.is_available() else "cpu") model =...