File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -161,12 +161,12 @@ def score_snapshot snapshot, try
161
161
puts "the score is #{ score } "
162
162
puts "nan? #{ score . nan? } " if score . is_a? Float
163
163
if score . is_a? ( Float ) && score . nan?
164
- snapshot_query . query . notes ||= ""
165
- snapshot_query . query . notes << "\n Fetch Service Snapshot #{ snapshot_query . snapshot . id } "
166
- snapshot_query . query . notes << "\n Fetch Service Snapshot Query #{ snapshot_query . id } , #{ snapshot_query . query . query_text } "
164
+ # snapshot_query.query.notes ||= ""
165
+ # snapshot_query.query.notes << "\n Fetch Service Snapshot #{snapshot_query.snapshot.id}"
166
+ # snapshot_query.query.notes << "\n Fetch Service Snapshot Query #{snapshot_query.id}, #{snapshot_query.query.query_text}"
167
167
168
- snapshot_query . query . notes << "\n Score was NaN"
169
- snapshot_query . query . save!
168
+ # snapshot_query.query.notes << "\n Score was NaN"
169
+ # snapshot_query.query.save!
170
170
score = nil
171
171
end
172
172
snapshot_query . score = score
You can’t perform that action at this time.
0 commit comments