Skip to content

fixes for build and for chunksize problem - #10

Open
foyafuso wants to merge 1 commit into
mainfrom
chunksize_fix_fao
Open

foyafuso wants to merge 1 commit into
mainfrom
chunksize_fix_fao

Conversation

@foyafuso

Copy link
Copy Markdown
Collaborator
  • added missing dependencies to pyproject.toml
  • previous code did not allow for dimension sizes to be smaller than chunksizes. there were two possible fixes: (1) remove chunksize specification or (2) take the minimum of intended chunksize and variable dimension. Option 2 was implemented.

+ previous code did not allow for dimension sizes to be smaller than chunksizes.
  there were two possible fixes: (1) remove chunksize specification or (2) take
  the minimum of intended chunksize and variable dimension.  Option 2 was implemented.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants