Skip to content

Commit

Permalink
better status
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrunel committed Oct 1, 2024
1 parent c158919 commit 740babf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lavague-sdk/lavague/sdk/trajectory/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ class RunStatus(str, Enum):
RUNNING = "running"
SUCCESS = "success"
FAILED = "failed"
CANCELLED = "cancelled"
TIMED_OUT = "timed_out"
INTERRUPTED = "interrupted"


class TrajectoryData(BaseModel):
Expand Down

0 comments on commit 740babf

Please sign in to comment.