Skip to content

[CI] fix typo with tests/ etc.#3727

Merged
binmakeswell merged 7 commits intohpcaitech:mainfrom
digger-yu:patch1
May 11, 2023
Merged

[CI] fix typo with tests/ etc.#3727
binmakeswell merged 7 commits intohpcaitech:mainfrom
digger-yu:patch1

Conversation

@digger-yu
Copy link
Copy Markdown
Contributor

@digger-yu digger-yu commented May 10, 2023

📌 Checklist before creating the PR

  • I have created an issue for this PR for traceability
  • The title follows the standard format: [doc/gemini/tensor/...]: A concise description
  • I have added relevant tags if possible for us to better distinguish different PRs

🚨 Issue number

Not involved

📝 What does this PR do?

"fix spelling error with tests/ etc.
date:2023.5.10
detail info
modified: tests/components_to_test/albert.py
modified: tests/test_booster/test_accelerator.py
modified: tests/test_booster/test_plugin/test_dp_plugin_base.py
modified: tests/test_data_pipeline_tensor_parallel/test_cifar_with_data_pipeline_tensor.py
modified: tests/test_data_pipeline_tensor_parallel/test_cifar_with_data_pipeline_tensor_v2.py
modified: tests/test_fx/test_codegen/test_activation_checkpoint_codegen.py
modified: tests/test_fx/test_codegen/test_nested_activation_checkpoint_codegen.py
modified: tests/test_fx/test_codegen/test_offload_codegen.py
modified: tests/test_layers/test_sequence/test_sequence.py
modified: tests/test_moe/test_kernel.py
modified: tests/test_tensor/model/test_model.py
modified: tests/test_trainer/test_pipeline/test_p2p.py
modified: tests/test_zero/test_gemini/test_chunkv2.py

💥 Checklist before requesting a review

  • I have linked my PR to an issue (instruction)
  • My issue clearly describes the problem/feature/proposal, with diagrams/charts/table/code if possible
  • I have performed a self-review of my code
  • I have added thorough tests.
  • I have added docstrings for all the functions/methods I implemented

⭐️ Do you enjoy contributing to Colossal-AI?

  • 🌝 Yes, I do.
  • 🌚 No, I don't.

Tell us more if you don't enjoy contributing to Colossal-AI.

@github-actions
Copy link
Copy Markdown
Contributor

The code coverage for the changed files is 63%.

Click me to view the complete report
Name                                                                                  Stmts   Miss  Cover
---------------------------------------------------------------------------------------------------------
tests/components_to_test/albert.py                                                       26      0   100%
tests/test_booster/test_accelerator.py                                                   11      0   100%
tests/test_booster/test_plugin/test_dp_plugin_base.py                                    49      9    82%
tests/test_data_pipeline_tensor_parallel/test_cifar_with_data_pipeline_tensor.py         56     29    48%
tests/test_data_pipeline_tensor_parallel/test_cifar_with_data_pipeline_tensor_v2.py      60      5    92%
tests/test_fx/test_codegen/test_activation_checkpoint_codegen.py                        108     73    32%
tests/test_fx/test_codegen/test_nested_activation_checkpoint_codegen.py                  94     70    26%
tests/test_fx/test_codegen/test_offload_codegen.py                                      109     81    26%
tests/test_layers/test_sequence/test_sequence.py                                         81     31    62%
tests/test_moe/test_kernel.py                                                            63      1    98%
tests/test_tensor/model/test_model.py                                                   227     80    65%
tests/test_trainer/test_pipeline/test_p2p.py                                             72      1    99%
tests/test_zero/test_gemini/test_chunkv2.py                                              87      1    99%
---------------------------------------------------------------------------------------------------------
TOTAL                                                                                  1043    381    63%

@binmakeswell binmakeswell changed the title "fix spelling error with tests/ etc. [CI] fix typo with tests/ etc. May 11, 2023
@binmakeswell binmakeswell merged commit 1f73609 into hpcaitech:main May 11, 2023
@digger-yu digger-yu deleted the patch1 branch May 11, 2023 09:12
FrankLeeeee pushed a commit that referenced this pull request May 24, 2023
* fix spelling error with examples/comminity/

* fix spelling error with tests/

* fix some spelling error with tests/ colossalai/ etc.

* fix spelling error with tests/ etc. date:2023.5.10
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.

2 participants