AlecHang

Results 2 comments of AlecHang

Modify the sentence in line 186 from /usr/local/lib/python3.9/dist-packages/rayopt/utils.py (path depends on your python version): ` for i in np.arange(1, n + 1):` In this case i is an integer and...

Same problem on MacOS, and solved with adding "set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++20")" to CMakeLists.txt. Refer to: https://stackoverflow.com/questions/72781742/class-constructor-is-not-assigning-values-correctly