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

Fix FileManager slicing #453

Merged
merged 8 commits into from
Nov 4, 2024
Merged

Fix FileManager slicing #453

merged 8 commits into from
Nov 4, 2024

Conversation

SolarDrew
Copy link
Contributor

Fixes #449.

Seems the issue was that the blank slice was being inserted too early in the list. This addresses that but I'm not sure yet what else it will impact.

Copy link

codspeed-hq bot commented Oct 22, 2024

CodSpeed Performance Report

Merging #453 will not alter performance

Comparing SolarDrew:filemanager (59aa880) with main (feb67cc)

Summary

✅ 9 untouched benchmarks

@SolarDrew
Copy link
Contributor Author

It's just the known failures now, so this is ready to go pending approval.

@Cadair
Copy link
Member

Cadair commented Oct 28, 2024

I think this needs a regression test and maybe tests with other data as well to make sure we haven't broken anything else.

@Cadair Cadair merged commit 506d2cf into DKISTDC:main Nov 4, 2024
24 of 25 checks passed
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.

FileManager doesn't update for certain slices
2 participants