Skip to content

Enforce info field to be a NamedTuple#50

Merged
BatyLeo merged 8 commits intomainfrom
named-tuple-info
Nov 26, 2025
Merged

Enforce info field to be a NamedTuple#50
BatyLeo merged 8 commits intomainfrom
named-tuple-info

Conversation

@BatyLeo
Copy link
Copy Markdown
Member

@BatyLeo BatyLeo commented Nov 25, 2025

From now on, the info field of the DataSample type is a NamedTuple, empty by default.
This change makes it way easier to implement generic algorithms in DFLAlgorithms.jl that can handle any maximizer.

@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/Argmax2D/Argmax2D.jl 100.00% <100.00%> (ø)
src/DecisionFocusedLearningBenchmarks.jl 100.00% <ø> (ø)
src/DynamicAssortment/DynamicAssortment.jl 100.00% <100.00%> (ø)
...namicVehicleScheduling/DynamicVehicleScheduling.jl 100.00% <ø> (ø)
...rc/DynamicVehicleScheduling/anticipative_solver.jl 100.00% <100.00%> (ø)
src/DynamicVehicleScheduling/maximizer.jl 82.89% <100.00%> (+0.70%) ⬆️
src/DynamicVehicleScheduling/static_vsp/parsing.jl 98.66% <100.00%> (+0.11%) ⬆️
...icVehicleScheduling/StochasticVehicleScheduling.jl 100.00% <100.00%> (+1.72%) ⬆️
...c/StochasticVehicleScheduling/instance/instance.jl 100.00% <ø> (ø)
src/StochasticVehicleScheduling/maximizer.jl 100.00% <100.00%> (ø)
... and 5 more

... and 16 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@BatyLeo BatyLeo merged commit 223557e into main Nov 26, 2025
4 checks passed
@BatyLeo BatyLeo deleted the named-tuple-info branch November 26, 2025 15:58
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.

1 participant