Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbee2659

Browse files
committed
Merge branch 'master' into tracebacks
2 parentsa264828 +75e62d0 commitbee2659

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

‎backend/main/test_transcript.json‎

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -239,16 +239,6 @@
239239
"response": {
240240
"message":"",
241241
"passed":true,
242-
"prediction": {
243-
"answer":"'Hello'",
244-
"choices": [
245-
"word",
246-
"'word'",
247-
"Hello",
248-
"'Hello'",
249-
"Error"
250-
]
251-
},
252242
"result": [
253243
{
254244
"color":"white",

‎backend/main/views.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def run_code(self, code, source, page_index, step_index):
136136
prediction=dict(
137137
choices=getattr(step,"predicted_output_choices",None),
138138
answer=getattr(step,"correct_output",None),
139-
)ifpassedelsedict(choice=None,answer=None),
139+
)ifpassedelsedict(choices=None,answer=None),
140140
)
141141

142142
defload_data(self):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp