Skip to content

Rename for test data class for pytest conflict #302

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 1 commit into from
Mar 26, 2025

Conversation

rbs333
Copy link
Collaborator

@rbs333 rbs333 commented Mar 25, 2025

No description provided.

@@ -111,7 +111,7 @@ def test_routes_different_distance_thresholds_optimizer_default(

# now run optimizer
router_optimizer = RouterThresholdOptimizer(router, test_data_optimization)
router_optimizer.optimize(max_iterations=10)
router_optimizer.optimize(max_iterations=10, search_step=0.5)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Stop gap makes intermittent error damn near impossible. Also discovered helpful kwarg gap.

@tylerhutcherson tylerhutcherson added the bug Something isn't working label Mar 25, 2025
@tylerhutcherson tylerhutcherson changed the title rename for test conflict Rename for test data class for pytest conflict Mar 25, 2025
Copy link
Collaborator

@tylerhutcherson tylerhutcherson left a comment

Choose a reason for hiding this comment

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

LGTM -- only question is where else would we need to update TestData (examples / docs?). But likely something we can do after release. Maybe create a ticket for that now though so we don't forget!

@rbs333 rbs333 merged commit 0b3a5ce into 0.5.0 Mar 26, 2025
36 checks passed
@tylerhutcherson tylerhutcherson deleted the feat/RAAE-719/name-collision branch March 26, 2025 13:45
Copy link
Collaborator

@bsbodden bsbodden left a comment

Choose a reason for hiding this comment

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

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants