Skip to content

Enables utbot-analytics module in utbot-intellij module #733

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

Merged
merged 17 commits into from
Aug 24, 2022

Conversation

amandelpie
Copy link
Collaborator

@amandelpie amandelpie commented Aug 17, 2022

Description

It returns the ML path selection on the table and gives an ability to mute it via addition/removal just dependency 'utbot-analytics' in the gradle file

Fixes #725

Type of Change

  • Refactoring (typos and non-functional changes)

How Has This Been Tested?

Manual Scenario

Just change the following line in UtBotSettings

var pathSelectorType: PathSelectorType by getEnumProperty(PathSelectorType.INHERITORS_SELECTOR)

to the following line:

var pathSelectorType: PathSelectorType by getEnumProperty(PathSelectorType.NN_REWARD_GUIDED_SELECTOR)

Checklist (remove irrelevant options):

This is the author self-check list

  • The change followed the style guidelines of the UTBot project
  • Self-review of the code is passed
  • The change contains enough commentaries, particularly in hard-to-understand areas
  • New documentation is provided or existed one is altered
  • All tests pass locally with my changes

@amandelpie amandelpie requested a review from denis-fokin August 17, 2022 11:59
@amandelpie
Copy link
Collaborator Author

@denis-fokin please have a look

# Conflicts:
#	utbot-analytics/build.gradle
# Conflicts:
#	utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/generator/UtTestsDialogProcessor.kt
@amandelpie amandelpie enabled auto-merge (squash) August 24, 2022 08:28
@amandelpie amandelpie merged commit 2f8b870 into main Aug 24, 2022
@amandelpie amandelpie deleted the amandelpie/run_simple_path_selection_model branch August 24, 2022 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Enable utbot-analytics module in utbot-intellij module
2 participants