class documentation

Undocumented

Method roundtrip Function used to save arrays to file.

Inherited from RoundtripTest:

Method check_roundtrips Undocumented
Method test_1D Undocumented
Method test_array Undocumented
Method test_array_object Undocumented
Method test_format_2_0 Undocumented
Method test_mmap Undocumented
Method test_record Undocumented
Instance Variable arr Undocumented
Instance Variable arr_reloaded Undocumented
def roundtrip(self, *args, **kwargs): (source)

save_func : callable
Function used to save arrays to file.
file_on_disk : bool
If true, store the file on disk, instead of in a string buffer.
save_kwds : dict
Parameters passed to save_func.
load_kwds : dict
Parameters passed to numpy.load.
args : tuple of arrays
Arrays stored to file.