Skip to content

Commit

Permalink
Merge pull request #134 from MITLibraries/update-annotations
Browse files Browse the repository at this point in the history
Automated updates to annotations
  • Loading branch information
matt-bernhardt authored Oct 31, 2024
2 parents 53b4e6a + 6906f35 commit f2d7558
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 f2d7558

Please sign in to comment.