- Notifications
You must be signed in to change notification settings - Fork670
Commit99037af
Originally the tests in `test_compiler_caster.py` only tested againstquery compilers; so checking that a cast occurred correctly wasperformed with an assert similar to `assert type(qc1) == type(qc2)`.Eventually the changes were lifted up into the DataFrame object so theseasserts became invalid although they continued to pass. A recent test,`test_merge_in_place` was added recently where I accidentally used theold pattern. While fixing this I also discovered that`test_information_asymmetry` was also still using the old style.- [x] first commit message and PR title follow format outlined[here](https://modin.readthedocs.io/en/latest/development/contributing.html#commit-message-formatting)> **_NOTE:_** If you edit the PR title to match this format, you need toadd another commit (even if it's empty) or amend your last commit forthe CI job that checks the PR title to pick up the new PR title.- [x] passes `flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py`- [x] passes `black --check modin/ asv_bench/benchmarksscripts/doc_checker.py`- [x] signed commit with `git commit -s` <!-- you can amend your commitwith a signature via `git commit -amend -s` -->- [x]Resolves#7686 - [x] tests added and passing- [x] module layout described at `docs/development/architecture.rst` isup-to-date <!-- if you have added, renamed or removed files ordirectories please update the documentation accordingly -->---------Co-authored-by: Mahesh Vashishtha <mahesh.vashishtha@snowflake.com>
1 parent4d28700 commit99037af
File tree
1 file changed
+5
-5
lines changed- modin/tests/pandas/native_df_interoperability
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
711 | 711 | | |
712 | 712 | | |
713 | 713 | | |
714 | | - | |
| 714 | + | |
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
| |||
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
725 | | - | |
| 725 | + | |
726 | 726 | | |
727 | | - | |
| 727 | + | |
728 | 728 | | |
729 | 729 | | |
730 | 730 | | |
731 | | - | |
| 731 | + | |
732 | 732 | | |
733 | | - | |
| 733 | + | |
734 | 734 | | |
735 | 735 | | |
736 | 736 | | |
| |||
0 commit comments
Comments
(0)