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

Improve multi_index query/coords behavior #353

Merged
merged 3 commits into from
Jun 26, 2020
Merged

Improve multi_index query/coords behavior #353

merged 3 commits into from
Jun 26, 2020

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    35b5d30 View commit details
    Browse the repository at this point in the history
  2. Improve multi_index query/coords behavior

    - Don't return coords for dense multi_index by default (#347)
    - Fix and test coords exclusion for sparse array queries
    ihnorton committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    ccc6bca View commit details
    Browse the repository at this point in the history
  3. Fix intermittent dir_size test failure

    Use np.random.choice(replace=False) to ensure uniqueness. Test failure b/c
    duplicates were written to the same filename but also counted in the
    expected sum.
    ihnorton committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    a6a067a View commit details
    Browse the repository at this point in the history