Skip to content

Commit

Permalink
todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Dec 13, 2024
1 parent 9504820 commit db9c4c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/unit/amlb/resources/test_benchmark_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,11 @@ def test_benchmark_task_load_data(load_default_resources, mocker):

mocker.patch("amlb.benchmark.Benchmark.data_loader.load", return_value={})
benchmark_task.load_data()


# def test_task_config_estimate_params
# then can separate into methods
# dont know if taskconfig is really needed.. except it is passed to integration scripts
# benchmarkingtask overrides taskconfig can be moved to task config
# creating a job doesn't need to live on the task.. probably. It binds `setup` though..
# and used extensively in Run.. would it make sense for a job to run multiple task config?

0 comments on commit db9c4c4

Please sign in to comment.