Skip to content

Commit

Permalink
changed challenge prediction field from list to float
Browse files Browse the repository at this point in the history
  • Loading branch information
hayden-yuma committed Dec 9, 2024
1 parent 52e3901 commit c0dd328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precog/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Challenge(bt.Synapse):
)

# Optional request output, filled by recieving axon.
prediction: Optional[List[float]] = pydantic.Field(
prediction: Optional[float] = pydantic.Field(
default=None,
title="Predictions",
description="The predictions to send to the dendrite caller",
Expand Down

0 comments on commit c0dd328

Please sign in to comment.