Skip to content

Commit d7f0596

Browse files
committed
Update TODO
1 parent d14faa4 commit d7f0596

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

TODO

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The V2 branch is a reformating of the codebase that results in backward incompat
44

55
[X] port to pydantic V2
66

7-
[ ] results to a pandas dataframe
7+
[X] results to a pandas dataframe
88

99
[X] get rid off context, only use problem
1010

@@ -20,21 +20,21 @@ The V2 branch is a reformating of the codebase that results in backward incompat
2020

2121
[X] Move to pytest
2222

23-
[ ] pyproject.toml
23+
[WIP] pyproject.toml
2424

25-
[ ] extend tasks constraints (StartSync, EndSync etc.) to a list of n entries rather than 2 entries
25+
[X] extend tasks constraints (StartSync, EndSync etc.) to a list of n entries rather than 2 entries
2626

2727
[X] Move first order logic to classes that inherit from NamedUIDObject
2828

2929
[X] Objective start latest should take an optional list of tasks as a parameter
3030

3131
[X] Use object (unique) names for object creation
3232

33-
[WIP] Refactor Indicators and Objectives to get be consistent with other objects
33+
[X] Refactor Indicators and Objectives to get be consistent with other objects
3434

35-
[ ] Add more tests for OptimizeResourceUtilization (both Maximize and Minimize)
35+
[X] Add more tests for OptimizeResourceUtilization (both Maximize and Minimize)
3636

37-
[ ] Add more tests for Objectives start earlieast, latest etc. coverage is not wide enough
37+
[X] Add more tests for Objectives start earlieast, latest etc. coverage is not wide enough
3838

3939
[X] in problem, change add_objectve_minimal
4040

0 commit comments

Comments
 (0)