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

fix (cli): Correct the ordering of steps in multi-step experiments #49

Merged
merged 2 commits into from
Jun 10, 2024

Conversation

Jacob-Stevens-Haas
Copy link
Owner

Fixes #48. Adds two tests, test_cli_step_ordering and test_lookup_step_names_ordering

Fixes #48.  Adds two tests, test_cli_step_ordering and
test_lookup_step_names_ordering
related to GH 48, occurs test_mock_experiment on some systems.  Previous
passes depended upon how glob ordered files.  Current version adds an
explicit test, in addition to fixing test_mock_experiment
@Jacob-Stevens-Haas Jacob-Stevens-Haas merged commit b7be94e into main Jun 10, 2024
6 checks passed
@Jacob-Stevens-Haas Jacob-Stevens-Haas deleted the hotfix-48 branch June 10, 2024 01:35
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.

Step ordering follows order in pyproject.toml, regardless of what is passed on command line
1 participant