You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix test compilation errors by adding frequency field
All test files needed the new `frequency: None,` field added to their
Args struct initializations after the field was added to support the
--frequency command-line option.
Fixed files:
- tests/bidirected_inversion_test.rs
- tests/bidirected_tests.rs
- tests/integration_tests.rs
- tests/mathematical_bidirected_tests.rs
- tests/test_complex_structural_variations.rs
- tests/test_edge_traversal.rs
- tests/test_inversion_detection.rs
- tests/test_programmatic_variations.rs
- tests/test_real_inversion.rs
- tests/test_topological_sort.rs
All tests now compile and run successfully.
0 commit comments