Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Fixes #161

Merged
merged 7 commits into from
Dec 1, 2024
Merged

Fixes #161

merged 7 commits into from
Dec 1, 2024

Conversation

Stoops-ML
Copy link
Collaborator

Critical fix: ensure ID of each core.Packet() is unique (via uuid.uuid4()). Added test_different_positions() and test_different_IDs() to check this mechanism.

Minor fix: remove type options int and list[int] types from variables that should only be of type float and list[float] respectively. Note that pydantic converts ints to floats as necessary.

Bumps to v2.0.1.

Copy link

codecov bot commented Dec 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.44%. Comparing base (c54992d) to head (993f614).
Report is 9 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #161   +/-   ##
=======================================
  Coverage   99.44%   99.44%           
=======================================
  Files          11       11           
  Lines         898      898           
=======================================
  Hits          893      893           
  Misses          5        5           

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

@Stoops-ML Stoops-ML enabled auto-merge December 1, 2024 10:46
@Stoops-ML Stoops-ML merged commit 598fb9d into main Dec 1, 2024
7 checks passed
@Stoops-ML Stoops-ML deleted the fixes branch December 1, 2024 11:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants