Skip to content

Commit

Permalink
Merge pull request #294 from dlglin/master
Browse files Browse the repository at this point in the history
Fix issue where test_at is ignored if upToConstant is used
  • Loading branch information
dpvc authored Jan 20, 2017
2 parents 47583ef + 2c214ae commit f10279a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Value/AnswerChecker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@ sub cmp {
Parser::Context->current(undef,$context);
$context->variables->add('C0' => 'Parameter');
my $f = $self->Package("Formula")->new('C0')+$self;
for ('limits','test_points','test_values','num_points','granularity','resolution',
for ('limits','test_points','test_values','test_at','num_points','granularity','resolution',
'checkUndefinedPoints','max_undefined')
{$f->{$_} = $self->{$_} if defined($self->{$_})}
$cmp->ans_hash(correct_value => $f);
Expand Down

0 comments on commit f10279a

Please sign in to comment.