Skip to content

Commit 26bbb4f

Browse files
author
Vinjai Vale
committed
add todo
1 parent 6c9311d commit 26bbb4f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

nucleus/autocurate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def entropy(name, model_runs, client):
1919
route=f"autocurate/{dataset_id}/single_model_entropy/{name}",
2020
requests_command=requests.post,
2121
)
22+
# TODO: the response should already have the below three fields populated
2223
response[JOB_LAST_KNOWN_STATUS_KEY] = "Started"
2324
response[JOB_TYPE_KEY] = "autocurateEntropy"
2425
response[JOB_CREATION_TIME_KEY] = (

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ flake8 = "^3.9.1"
4848
mypy = "^0.812"
4949
coverage = "^5.5"
5050
pre-commit = "^2.12.1"
51+
jupyterlab = "^3.1.10"
5152

5253
[tool.pytest.ini_options]
5354
markers = [

0 commit comments

Comments
 (0)