Skip to content

Commit

Permalink
Side effect: make annotate output
Browse files Browse the repository at this point in the history
These changes were generated when I ran `make annotate`. The files
themselves aren't changed in this PR, but something earlier had
changed without re-running the annotate command.
  • Loading branch information
matt-bernhardt committed Sep 10, 2024
1 parent a5953c9 commit c9a372b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
21 changes: 11 additions & 10 deletions app/models/metrics/algorithms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
#
# Table name: metrics_algorithms
#
# id :integer not null, primary key
# month :date
# doi :integer
# issn :integer
# isbn :integer
# pmid :integer
# unmatched :integer
# created_at :datetime not null
# updated_at :datetime not null
# journal_exact :integer
# id :integer not null, primary key
# month :date
# doi :integer
# issn :integer
# isbn :integer
# pmid :integer
# unmatched :integer
# created_at :datetime not null
# updated_at :datetime not null
# journal_exact :integer
# suggested_resource_exact :integer
#
module Metrics
# Algorithms aggregates statistics for matches for all SearchEvents
Expand Down
21 changes: 11 additions & 10 deletions test/models/metrics/algorithms_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
#
# Table name: metrics_algorithms
#
# id :integer not null, primary key
# month :date
# doi :integer
# issn :integer
# isbn :integer
# pmid :integer
# unmatched :integer
# created_at :datetime not null
# updated_at :datetime not null
# journal_exact :integer
# id :integer not null, primary key
# month :date
# doi :integer
# issn :integer
# isbn :integer
# pmid :integer
# unmatched :integer
# created_at :datetime not null
# updated_at :datetime not null
# journal_exact :integer
# suggested_resource_exact :integer
#
require 'test_helper'

Expand Down

0 comments on commit c9a372b

Please sign in to comment.