Skip to content

Commit ca33888

Browse files
committed
Minor bug fix in evaluate.m
== appeared as =
1 parent cd06a93 commit ca33888

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

evaluate.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,11 @@
282282
equalQStructure[answer,response,params],
283283
type == "semantic",
284284
equalQSemantic[answer,response,params],
285-
type = "semantic_and_structure",
285+
type == "semantic_and_structure",
286286
equalQSemanticAndStructure[answer,response,params],
287-
type = "strict_structure",
287+
type == "strict_structure",
288288
equalQStrictStructure[answer,response,params],
289-
type = "semantic_and_strict_structure",
289+
type == "semantic_and_strict_structure",
290290
equalQSemanticAndStrictStructure[answer,response,params],
291291
NumericQ[answer],
292292
equalQNumeric[answer, response, params],

0 commit comments

Comments
 (0)