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

refactor: use pyproject.toml for environment build #47

Closed
wants to merge 107 commits into from
Closed

Conversation

Clarmy
Copy link
Contributor

@Clarmy Clarmy commented Oct 16, 2023

使用 pyproject.toml 而非 reqirements.txt 定义环境依赖,并基于 poetry 的方式在 ci 中安装依赖。

Clarmy and others added 27 commits July 7, 2022 15:31
Co-authored-by: ringsaturn <ringsaturn.me@gmail.com>
Co-authored-by: ringsaturn <ringsaturn.me@gmail.com>
Co-authored-by: ringsaturn <ringsaturn.me@gmail.com>
## Features
* calc_mbe: mean bias error
* calc_threshold_hit_ratio

## Fix
* drop_nan: The problem that if input as list, the result is unexpect.

## Tests
* add test for:
	* calc_mae
    * calc_mbe
    * calc_threshold_hit_ratio
    * calc_threshold_false_alarm_ratio
    * calc_threshold_ts
    * calc_linregress
add some calc_threshold* method to Compare object
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