Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed flatten parameter from H5DPYDataset docs #142

Merged
merged 1 commit into from
May 25, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions fuel/datasets/hdf5.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ class H5PYDataset(Dataset):
at the moment, `slice.step` must be either 1 or `None`.**
load_in_memory : bool, optional
Whether to load the data in main memory. Defaults to `False`.
flatten : list of str, optional
Which sources to flatten as a 2D array, if any. Defaults to `None`.
driver : str, optional
Low-level driver to use. Defaults to `None`. See h5py
documentation for a complete list of available options.
Expand Down