Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo, staticmethod etc. #1402

Merged
merged 6 commits into from Dec 31, 2022
Merged

Conversation

qianyun210603
Copy link
Contributor

Description

Fix some typo in code and make some function static as proper

Motivation and Context

improve code quality

How Has This Been Tested?

  • Pass the test by running: pytest qlib/tests/test_all_pipeline.py under upper directory of qlib.
  • If you are adding a new feature, test on your own test scripts.

Screenshots of Test Results (if appropriate):

  1. Pipeline test:
  2. Your own tests:

Types of changes

  • Fix bugs
  • Add new feature
  • Update documentation

@github-actions github-actions bot added the waiting for triage Cannot auto-triage, wait for triage. label Dec 29, 2022
@you-n-g
Copy link
Collaborator

you-n-g commented Dec 30, 2022

Please merge main branch to fix the CI.

The CI issue has been fixed in #1398

@you-n-g
Copy link
Collaborator

you-n-g commented Dec 31, 2022

It looks great!
Thanks!

@you-n-g you-n-g merged commit 4fe3ffc into microsoft:main Dec 31, 2022
@qianyun210603 qianyun210603 deleted the qy_docstring branch January 2, 2023 07:49
@you-n-g you-n-g added documentation Improvements or additions to documentation enhancement New feature or request and removed waiting for triage Cannot auto-triage, wait for triage. labels Jan 3, 2023
qianyun210603 added a commit to qianyun210603/qlib that referenced this pull request Mar 23, 2023
* config.py: fix typo; static method

* fix typo in qlib/utils/paral

* 1) limit numpy version as numba support for 1.24+ has not been released; 2) no need to use custom numba version for pytest.

* remove useless argument

Co-authored-by: you-n-g <you-n-g@users.noreply.github.com>
qianyun210603 added a commit to qianyun210603/qlib that referenced this pull request Mar 23, 2023
* config.py: fix typo; static method

* fix typo in qlib/utils/paral

* 1) limit numpy version as numba support for 1.24+ has not been released; 2) no need to use custom numba version for pytest.

* remove useless argument

Co-authored-by: you-n-g <you-n-g@users.noreply.github.com>
qianyun210603 added a commit to qianyun210603/qlib that referenced this pull request Mar 23, 2023
* config.py: fix typo; static method

* fix typo in qlib/utils/paral

* 1) limit numpy version as numba support for 1.24+ has not been released; 2) no need to use custom numba version for pytest.

* remove useless argument

Co-authored-by: you-n-g <you-n-g@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants