Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
PMML : Revert unnecessary patch after fix in master
Browse files Browse the repository at this point in the history
  • Loading branch information
sotty committed Aug 7, 2013
1 parent 9672dcb commit 5d43973
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ when
$cs : CodeScore( scoreCard == $sc, ! $map.containsKey( code ), $s : score, $c : code ) $cs : CodeScore( scoreCard == $sc, ! $map.containsKey( code ), $s : score, $c : code )
not CodeScore( scoreCard == $sc, ! $map.containsKey( code ), score > $s ) not CodeScore( scoreCard == $sc, ! $map.containsKey( code ), score > $s )
then then
$r.getRank().put( $c, $s ); modify ( $r ) {
modify ( $cs ) {} getRank().put( $c, $s );
modify ( $r ) {} }
end end




Expand Down

0 comments on commit 5d43973

Please sign in to comment.