Closed granitz closed 5 years ago
Trying to extract array from tvc dataframe. tnet.load_data('tsv') df = tnet.tvcdata teneto.utils.df_to_array(df,[N,N,T],'wu')
This returns array with size N,N,N. What could be wrong?
Actually it should be teneto.utils.df_to_array(df,[N,T],'wu') which returns correct array
Trying to extract array from tvc dataframe. tnet.load_data('tsv') df = tnet.tvcdata teneto.utils.df_to_array(df,[N,N,T],'wu')
This returns array with size N,N,N. What could be wrong?