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

feature(rjy): add HAPPO algorithm #717

Merged
merged 28 commits into from
Jan 11, 2024

polish(rjy): polish happo comments

e7e9662
Select commit
Loading
Failed to load commit list.
Merged

feature(rjy): add HAPPO algorithm #717

polish(rjy): polish happo comments
e7e9662
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 11, 2024 in 1s

52.15% of diff hit (target 77.11%)

View this Pull Request on Codecov

52.15% of diff hit (target 77.11%)

Annotations

Check warning on line 1161 in ding/model/common/head.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/model/common/head.py#L1159-L1161

Added lines #L1159 - L1161 were not covered by tests

Check warning on line 1163 in ding/model/common/head.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/model/common/head.py#L1163

Added line #L1163 was not covered by tests

Check warning on line 1201 in ding/model/common/head.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/model/common/head.py#L1199-L1201

Added lines #L1199 - L1201 were not covered by tests

Check warning on line 27 in ding/model/template/havac.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/model/template/havac.py#L27

Added line #L27 was not covered by tests

Check warning on line 29 in ding/model/template/havac.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/model/template/havac.py#L29

Added line #L29 was not covered by tests

Check warning on line 35 in ding/model/template/havac.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/model/template/havac.py#L31-L35

Added lines #L31 - L35 were not covered by tests

Check warning on line 49 in ding/model/template/havac.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/model/template/havac.py#L49

Added line #L49 was not covered by tests

Check warning on line 187 in ding/model/template/havac.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/model/template/havac.py#L186-L187

Added lines #L186 - L187 were not covered by tests

Check warning on line 189 in ding/model/template/havac.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/model/template/havac.py#L189

Added line #L189 was not covered by tests

Check warning on line 196 in ding/model/template/havac.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/model/template/havac.py#L195-L196

Added lines #L195 - L196 were not covered by tests

Check warning on line 198 in ding/model/template/havac.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/model/template/havac.py#L198

Added line #L198 was not covered by tests

Check warning on line 243 in ding/model/template/havac.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/model/template/havac.py#L242-L243

Added lines #L242 - L243 were not covered by tests

Check warning on line 360 in ding/model/template/havac.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/model/template/havac.py#L356-L360

Added lines #L356 - L360 were not covered by tests

Check warning on line 373 in ding/model/template/havac.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/model/template/havac.py#L372-L373

Added lines #L372 - L373 were not covered by tests

Check warning on line 381 in ding/model/template/havac.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/model/template/havac.py#L380-L381

Added lines #L380 - L381 were not covered by tests

Check warning on line 432 in ding/model/template/havac.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/model/template/havac.py#L428-L432

Added lines #L428 - L432 were not covered by tests

Check warning on line 445 in ding/model/template/havac.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/model/template/havac.py#L444-L445

Added lines #L444 - L445 were not covered by tests

Check warning on line 497 in ding/model/template/havac.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/model/template/havac.py#L497

Added line #L497 was not covered by tests

Check warning on line 105 in ding/policy/happo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/policy/happo.py#L103-L105

Added lines #L103 - L105 were not covered by tests

Check warning on line 114 in ding/policy/happo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/policy/happo.py#L107-L114

Added lines #L107 - L114 were not covered by tests

Check warning on line 116 in ding/policy/happo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/policy/happo.py#L116

Added line #L116 was not covered by tests

Check warning on line 120 in ding/policy/happo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/policy/happo.py#L120

Added line #L120 was not covered by tests

Check warning on line 122 in ding/policy/happo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/policy/happo.py#L122

Added line #L122 was not covered by tests

Check warning on line 125 in ding/policy/happo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/policy/happo.py#L124-L125

Added lines #L124 - L125 were not covered by tests

Check warning on line 132 in ding/policy/happo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

ding/policy/happo.py#L129-L132

Added lines #L129 - L132 were not covered by tests