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

Add integration test and runner #14

Merged
merged 6 commits into from
Jan 14, 2023
Merged

Add integration test and runner #14

merged 6 commits into from
Jan 14, 2023

Conversation

gkirgizov
Copy link
Collaborator

No description provided.

@gkirgizov
Copy link
Collaborator Author

Requires fix for #7

@gkirgizov gkirgizov force-pushed the add-integration-test branch from 73f59d5 to 4ef0fa5 Compare December 26, 2022 10:11
@codecov-commenter
Copy link

codecov-commenter commented Dec 26, 2022

Codecov Report

Merging #14 (995272a) into main (55063b2) will increase coverage by 0.77%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   73.37%   74.15%   +0.77%     
==========================================
  Files          90       90              
  Lines        4819     4817       -2     
==========================================
+ Hits         3536     3572      +36     
+ Misses       1283     1245      -38     
Impacted Files Coverage Δ
golem/utilities/requirements_notificator.py 33.33% <0.00%> (-50.01%) ⬇️
golem/visualisation/opt_viz_extra.py 21.36% <0.00%> (-1.29%) ⬇️
...olem/core/optimisers/genetic/operators/mutation.py 90.30% <0.00%> (-0.45%) ⬇️
golem/core/adapter/adapt_registry.py 94.44% <0.00%> (-0.16%) ⬇️
...lem/core/optimisers/genetic/operators/selection.py 36.41% <0.00%> (+0.22%) ⬆️
golem/core/adapter/nx_adapter.py 73.33% <0.00%> (+73.33%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@gkirgizov gkirgizov requested a review from YamLyubov December 26, 2022 12:06
pareto_front_metrics = get_mean_metrics(pareto_front)

quality_improved = pareto_front_metrics[0] < first_pop_metrics[0]
complexity_improved = pareto_front_metrics[-1] < first_pop_metrics[1]
Copy link
Collaborator

@YamLyubov YamLyubov Dec 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Здесь first_pop_metrics[1] скорее всего имелось в виду first_pop_metrics[-1], иначе тест падает

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

для двух значений они совпадают. но поправлю. а ты можешь воспроизвести? у меня не падает

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

я пока залью, для отчетности. если смодешь воспроизвести -- поправлю

test/integration/test_quality_improvement.py Outdated Show resolved Hide resolved
.github/workflows/manual-build.yml Outdated Show resolved Hide resolved
@gkirgizov gkirgizov force-pushed the add-integration-test branch from 0d33d9d to 995272a Compare January 13, 2023 03:19
@gkirgizov gkirgizov merged commit b39d089 into main Jan 14, 2023
@gkirgizov gkirgizov deleted the add-integration-test branch January 14, 2023 14:40
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.

4 participants