Open bango123 opened 3 years ago
It looks like the scaler positional argument is missing when creating the empty PointFragment here. This does throw an error when running a non-renderable scene. I am not sure how to fix because I don't know what an empty PointFragment should be.
Thanks!
Hi, sorry for the late reply. I guess you can fill the scaler with 0 and shape as qvalue_map as this part of code suggests
scaler
qvalue_map
It looks like the scaler positional argument is missing when creating the empty PointFragment here. This does throw an error when running a non-renderable scene. I am not sure how to fix because I don't know what an empty PointFragment should be.
Thanks!