Skip to content

Commit

Permalink
update task.py
Browse files Browse the repository at this point in the history
  • Loading branch information
idocx committed Jul 8, 2024
1 parent a5bf24b commit 146100c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alab_management/task_view/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(
lab_view: a lab_view corresponding to the task_id
samples: a list of sample_id's corresponding to samples involvend in the task.
offline_mode: whether the task is run in offline mode or not. It is in offline mode when you
are trying to build an experiment out of it.
are trying to build an experiment out of it or get the task result.
Here is an example about how to define a custom task
Expand Down

0 comments on commit 146100c

Please sign in to comment.