fix: pass 0 float values - #73
Merged
Merged
Conversation
|
Code Climate has analyzed commit e09b1eb and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 83.5% (-0.2% change). View more on Code Climate. |
CodeBooster97
approved these changes
Feb 24, 2025
martinezpl
added a commit
that referenced
this pull request
Feb 25, 2025
* fix: pass 0 float values * chore: changelog * chore: lint
audiostackhenry
added a commit
that referenced
this pull request
Jul 29, 2025
* version poetry * feat: add query method to Voice with tests * updoate * fix comit * Fix - remove emojis from section headers and add public asset link * Include changelog * bump version * feat: add customer trace id header * feat: enhance header creation to accept custom headers * docs: update changelog to include custom headers feature * feat: implement context manager for setting customer trace id * chore: reorganize imports in request_interface.py * feat: update use_trace context manager to specify return type and add tests for trace id handling * fix: update use_trace context manager to improve type hinting for trace_id * fix: improve type hinting for current_trace_id in request_interface.py * chore: reorder imports in request_interface.py for consistency * fix: pass 0 float values (#73) * fix: pass 0 float values * chore: changelog * chore: lint * feat: update for new file system implementation (#75) * feat: update for new file system implementation * change base url * only useful methods * add docstrings * fix files and typing * fix cc reporter * revert snake_case to camelCase * Update CHANGELOG.md * fix: Deleted unused import --------- Co-authored-by: Guillem <[email protected]> Co-authored-by: Harry Gardiner <[email protected]> Co-authored-by: CodeBooster97 <[email protected]> Co-authored-by: Lars <[email protected]> Co-authored-by: Marcin Szleszynski <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
🛠️ Changes being made
Function that removes empty values from input (!!) removes 0 value floats. It's necessary to overwrite defaults that are non-zero.