Skip to content

Commit

Permalink
Merge branch 'outlier' of https://github.com/kosmolebryce/shyft into …
Browse files Browse the repository at this point in the history
…outlier
  • Loading branch information
K. LeBryce committed Jul 16, 2024
2 parents 2ef1187 + b0c2ffa commit 56a9556
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Shyft.dmg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/shyft/Shyft.py
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,6 @@ def collect_shared_data(self):
shared_fields = [
("Model ID", str.upper),
("Project ID", str.upper),
("Platform ID", str),
("Hourly Rate of Pay", float),
]

Expand Down Expand Up @@ -1017,6 +1016,7 @@ def attempt_task(self, shared_data):

# Collect data specific to this task
task_fields = [
("Platform ID", str),
("Permalink", str),
("Response #1 ID", str),
("Response #2 ID", str)
Expand Down

0 comments on commit 56a9556

Please sign in to comment.