Jens Roth

Results 1 issues of Jens Roth

after saving some arrays into a .npz archive like so ```c# Dictionary arrays = new Dictionary(); arrays["valueOne"] = valueOne; arrays["valueTwo"] = valueTwo; np.savez_compressed(filename, null, arrays); ``` its impossible to get...