diff options
Diffstat (limited to 'prototype/hypergraph.rb')
-rw-r--r-- | prototype/hypergraph.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/prototype/hypergraph.rb b/prototype/hypergraph.rb index a628c71..fd72393 100644 --- a/prototype/hypergraph.rb +++ b/prototype/hypergraph.rb @@ -236,7 +236,6 @@ def HG::read_hypergraph_from_json fn, semiring=RealSemiring.new, log_weights=fal wf = x[1] e.score -= wx*wf.dot(e.f) } - puts e.score else e.score = w.dot(e.f) end |