# R code, please download reticulate R package first library(reticulate) np <- import("numpy") array = np$load('test/utils/qvar1.npy') # specify where .npy is

Note We are actively updating the code. For example, currently the naming convention is messy. In the next step, we want to follow PeP-8 style to improve the readability and consistency of our Python code.