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 eiger stream #104

Merged
merged 1 commit into from
Aug 27, 2024
Merged

Fix eiger stream #104

merged 1 commit into from
Aug 27, 2024

Conversation

GDYendell
Copy link
Contributor

@GDYendell GDYendell commented Mar 11, 2024

Currently these parameters are floats, which makes the frameReceiver crash when trying to parse simulated data. This changes the parameters to be ints as they should be.

Fixes #94

Copy link
Contributor

@callumforrester callumforrester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would prefer the black/flake8 fixes in a separate PR but not too fussed

@GDYendell GDYendell changed the base branch from main to fix-formatting March 13, 2024 09:31
@GDYendell GDYendell changed the base branch from fix-formatting to copier August 23, 2024 16:48
@GDYendell GDYendell mentioned this pull request Aug 23, 2024
1 task
Base automatically changed from copier to main August 27, 2024 12:26
Copy link

codecov bot commented Aug 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.32%. Comparing base (f7d8284) to head (00b424c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #104   +/-   ##
=======================================
  Coverage   94.32%   94.32%           
=======================================
  Files          34       34           
  Lines        1620     1620           
=======================================
  Hits         1528     1528           
  Misses         92       92           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@GDYendell GDYendell merged commit cb46dcd into main Aug 27, 2024
20 checks passed
@GDYendell GDYendell deleted the fix-eiger-stream branch August 27, 2024 12:30
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.

Eiger Image Headers Appear to be Wrong
3 participants