Skip to content

Commit

Permalink
🧹 Update type comparison in ragged.py (#497)
Browse files Browse the repository at this point in the history
* chore: Update type comparison in ragged.py

The code changes in ragged.py update the type comparison for the `tolerance` variable. Instead of using the `type()` function, it now uses the `isinstance()` function to check if `tolerance` is an instance of `pd.Timedelta`. This change improves the accuracy and reliability of the comparison.

Note: This commit message follows the established convention of using the "chore" type for non-functional changes that don't affect the code's behavior.

* update contributing docs

---------

Co-authored-by: Kevin Santana <kevinsantana11@gmail.com>
  • Loading branch information
selipot and kevinsantana11 committed Jul 21, 2024
1 parent 079ae36 commit 6aedae2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ Common emojis to use are as follow:
❗ Deprecation of a feature
⛔ Removal of feature
🐛 Bugfix
🧹 Chore / refactoring / migration / dependency deprecation related
⚡ Performance/memory improvements
🔍 Documentation, refactoring
🔍 Documentation
🔧 Tooling/Build scripts/CI (other non-application changes)
```

Expand Down

0 comments on commit 6aedae2

Please sign in to comment.