-
Notifications
You must be signed in to change notification settings - Fork 3
Change CLI experiment configure command. #97
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
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
9d2f709
Change CLI experiment configure command. Command configure has option…
alex98247 f6b9493
Fix mypy errors
alex98247 aea77bb
Update pysatl_criterion
alex98247 3e1df32
Merge branch 'main' into feature/cli-commands
alex98247 a39a745
Fix README.md
alex98247 08a6b86
Merge branch 'refs/heads/main' into feature/cli-commands
alex98247 d9e724e
Fix merge
alex98247 5d5bcc1
Fix merge
alex98247 e3f1f64
Update pysatl_criterion hash
alex98247 12b492f
Fix mypy
alex98247 0a155b5
Fix tests
alex98247 b014920
Fix tests
alex98247 10a9893
Fix mypy
alex98247 fc7b9c2
Merge branch 'main' into feature/cli-commands
alex98247 48aa319
Fix mypy
alex98247 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Отдельное спасибо за это! |
Submodule pysatl_criterion
updated
69 files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,39 +1,13 @@ | ||
| from pysatl_experiment.cli.commands.build_and_run.build_and_run import build_and_run | ||
| from pysatl_experiment.cli.commands.configure.alternatives.alternatives import alternatives | ||
| from pysatl_experiment.cli.commands.configure.configure import configure | ||
| from pysatl_experiment.cli.commands.configure.criteria.criteria import criteria | ||
| from pysatl_experiment.cli.commands.configure.executor_type.executor_type import executor_type | ||
| from pysatl_experiment.cli.commands.configure.experiment_type.experiment_type import experiment_type | ||
| from pysatl_experiment.cli.commands.configure.generator_type.generator_type import generator_type | ||
| from pysatl_experiment.cli.commands.configure.hypothesis.hypothesis import hypothesis | ||
| from pysatl_experiment.cli.commands.configure.monte_carlo_count.monte_carlo_count import monte_carlo_count | ||
| from pysatl_experiment.cli.commands.configure.parallel_workers.parallel_workers import parallel_workers | ||
| from pysatl_experiment.cli.commands.configure.report_builder_type.report_builder_type import report_builder_type | ||
| from pysatl_experiment.cli.commands.configure.report_mode.report_mode import report_mode | ||
| from pysatl_experiment.cli.commands.configure.run_mode.run_mode import run_mode | ||
| from pysatl_experiment.cli.commands.configure.sample_sizes.sample_sizes import sample_sizes | ||
| from pysatl_experiment.cli.commands.configure.show.show import show | ||
| from pysatl_experiment.cli.commands.configure.significance_levels.significance_levels import significance_levels | ||
| from pysatl_experiment.cli.commands.configure.storage_connection.storage_connection import storage_connection | ||
| from pysatl_experiment.cli.commands.create.create import create | ||
| from pysatl_experiment.cli.commands.criteria.criteria import available_criteria | ||
| from pysatl_experiment.cli.commands.show.show import show | ||
| from pysatl_experiment.cli.shared import cli | ||
|
|
||
|
|
||
| cli.add_command(available_criteria) | ||
| cli.add_command(create) | ||
| cli.add_command(configure) | ||
| cli.add_command(experiment_type) | ||
| cli.add_command(show) | ||
| cli.add_command(storage_connection) | ||
| cli.add_command(run_mode) | ||
| cli.add_command(hypothesis) | ||
| cli.add_command(generator_type) | ||
| cli.add_command(executor_type) | ||
| cli.add_command(report_builder_type) | ||
| cli.add_command(sample_sizes) | ||
| cli.add_command(monte_carlo_count) | ||
| cli.add_command(significance_levels) | ||
| cli.add_command(criteria) | ||
| cli.add_command(alternatives) | ||
| cli.add_command(report_mode) | ||
| cli.add_command(parallel_workers) | ||
| cli.add_command(build_and_run) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
75 changes: 0 additions & 75 deletions
75
pysatl_experiment/cli/commands/configure/alternatives/alternatives.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Оставлю здесь пометку на всякий случай.