Skip to content

Commit

Permalink
temporarily allowing invalid infores to normalize while we add more t…
Browse files Browse the repository at this point in the history
…o the catalog
  • Loading branch information
EvanDietzMorris committed Jul 6, 2023
1 parent 76fd88d commit ad3fa39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Common/kgx_file_normalizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ def normalize_edge_file(self):
invalid_infores_ids.append(knowledge_source)
warning_message = f'Normalization found an invalid infores identifier: {knowledge_source}'
self.logger.warning(warning_message)
if self.normalization_scheme.strict:
raise NormalizationFailedError(warning_message)
#if self.normalization_scheme.strict:
# raise NormalizationFailedError(warning_message)

try:
self.logger.debug(f'Writing normalized edges to file...')
Expand Down

0 comments on commit ad3fa39

Please sign in to comment.