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

Improved size reporting for ShortSeqVars and updated usage docs #5

Merged
merged 5 commits into from
Dec 10, 2023

Conversation

AlexTate
Copy link
Owner

ShortSeqVar objects now correctly report their size. Previously, heap allocations were not reported when calling sys.getsizeof()

The usage section in README.md now showcases some of the recent feature additions.

…heap allocated storage to sys.getsizeof(). Adding unit test for expected object sizes for min/max lengths.
Adding a command to list CPU details on macOS runners. Hopefully this will illuminate why their runners intermittently fail due to incompatible CPU instruction sets
@AlexTate
Copy link
Owner Author

Merging despite failed tests. As I thought, these tests fail when they end up on an agent that's not running on Apple hardware (and I feel like there's a narrative gap with what GitHub says about its runners, but that's beside the point...). In this case agents with an i7 CPU build just fine, but with the Xeon E5-1650 builds fail

@AlexTate AlexTate merged commit cb79c4c into main Dec 10, 2023
6 of 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