Failing `save_intermediate_data` method MPI tests

Open
#705 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
48/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Quiet
Tech stack
python
Domain
hpc, testing

Research direction

Start by running the two reported tests in tests/test_methods.py: test_save_intermediate_data_chunked_compressed[1000] and test_save_intermediate_data_frames_per_chunk_mpi[1000]. Trace save_intermediate_data and compare the observed shapes (10, 10, 10) with the expected (1, 10, 10); done means both MPI tests pass without regressing the other reported results.

Written by the indexing model from the issue text.

Description

testing

When running the MPI tests locally, I see two failing tests:

FAILED tests/test_methods.py::test_save_intermediate_data_chunked_compressed[1000] - AssertionError: assert (10, 10, 10) == (1, 10, 10)
FAILED tests/test_methods.py::test_save_intermediate_data_frames_per_chunk_mpi[1000] - AssertionError: assert (10, 10, 10) == (1, 10, 10)
============================================================================= 2 failed, 127 passed, 1 skipped, 624 deselected in 2.00s ============================================================================
Dominant language
Python
Stars
10
Forks
5
Avg merge
5d 17h
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from DiamondLightSource/httomo

All issues in DiamondLightSource/httomo

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.