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

Complex byte order #112

Merged
merged 11 commits into from
Feb 13, 2024
Merged

Complex byte order #112

merged 11 commits into from
Feb 13, 2024

Conversation

ddasilva
Copy link
Collaborator

Added support for custom byte orderings in ccsdspy.PacketField and ccsdspy.PacketArray. You can now pass strings like byte_order="3412" in addition to byte_order="big" and byte_order="little".

See #110

Copy link

codecov bot commented Feb 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (270209d) 95.46% compared to head (28d30d1) 95.75%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #112      +/-   ##
==========================================
+ Coverage   95.46%   95.75%   +0.29%     
==========================================
  Files           7        7              
  Lines         661      707      +46     
==========================================
+ Hits          631      677      +46     
  Misses         30       30              

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

@ddasilva ddasilva merged commit f3957b6 into main Feb 13, 2024
8 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.

1 participant