Skip to content

Commit

Permalink
Automated updates to annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-bernhardt committed Oct 31, 2024
1 parent 53b4e6a commit 6906f35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/models/metrics/algorithms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
# doi :integer
# issn :integer
# isbn :integer
# lcsh :integer
# pmid :integer
# unmatched :integer
# created_at :datetime not null
# updated_at :datetime not null
# journal_exact :integer
# suggested_resource_exact :integer
# lcsh :integer
# citation :integer
#
module Metrics
# Algorithms aggregates statistics for matches for all SearchEvents
Expand Down
3 changes: 2 additions & 1 deletion test/models/metrics/algorithms_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
# doi :integer
# issn :integer
# isbn :integer
# lcsh :integer
# pmid :integer
# unmatched :integer
# created_at :datetime not null
# updated_at :datetime not null
# journal_exact :integer
# suggested_resource_exact :integer
# lcsh :integer
# citation :integer
#
require 'test_helper'

Expand Down

0 comments on commit 6906f35

Please sign in to comment.