npy-rs icon indicating copy to clipboard operation
npy-rs copied to clipboard

OutFile::open should be named OutFile::create

Open ExpHP opened this issue 5 years ago • 0 comments

The name open is confusing and suggests that the file must already exist (or that any existing data is somehow retained).

create is consistent with std::fs::File::create.

ExpHP avatar Jun 06 '19 14:06 ExpHP