Skip to content

Commit

Permalink
Merge pull request #291 from ngiger/master
Browse files Browse the repository at this point in the history
#287: Second Workaround for import_bsv
  • Loading branch information
zdavatz authored Dec 3, 2024
2 parents c64e15c + f0d300b commit fec709a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/model/patinfo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ class Patinfo
include Persistence
include Language
include SequenceObserver
def same_as?(patinfo)
false
end
def article_codes
codes = []
@sequences.collect { |seq|
Expand Down

0 comments on commit fec709a

Please sign in to comment.