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

Remove the client-side stashing for tomography #473

Merged
merged 3 commits into from
Jan 31, 2025
Merged

Conversation

stephen-riggs
Copy link
Contributor

The client still stores a stash of data collection and processing job calls for tomography before the first mdoc is seen.
However, the server already has a preprocess stash for tomography, so the client one is not needed any more.

This removes the client stash, and just sends all requests on to the server.

@stephen-riggs stephen-riggs self-assigned this Jan 29, 2025
Copy link

codecov bot commented Jan 29, 2025

Codecov Report

Attention: Patch coverage is 87.50000% with 1 line in your changes missing coverage. Please review.

Project coverage is 27.40%. Comparing base (51fd6ad) to head (40ddb49).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #473      +/-   ##
==========================================
+ Coverage   27.31%   27.40%   +0.08%     
==========================================
  Files          78       78              
  Lines       10159    10126      -33     
  Branches     1338     1333       -5     
==========================================
  Hits         2775     2775              
+ Misses       7288     7256      -32     
+ Partials       96       95       -1     

@d-j-hatton d-j-hatton merged commit 32f8ef7 into main Jan 31, 2025
17 checks passed
@d-j-hatton d-j-hatton deleted the tomo-no-dc-stash branch January 31, 2025 11:07
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