Skip to content

Commit 93f45c5

Browse files
committed
Revert "some scraper tests"
This reverts commit b8ba035.
1 parent 7cfbdd9 commit 93f45c5

2 files changed

Lines changed: 2 additions & 34 deletions

File tree

lib/ingestors/ingestor_factory.rb

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ def self.ingestors
1212
Ingestors::TessEventIngestor,
1313
Ingestors::ZenodoIngestor,
1414
Ingestors::OaiPmhIngestor,
15-
Ingestors::GithubIngestor
16-
] + taxila_ingestors + llm_ingestors + heptraining_ingestors + pantraining_ingestors
15+
Ingestors::GithubIngestor,
16+
] + taxila_ingestors + llm_ingestors + heptraining_ingestors
1717
end
1818

1919
def self.taxila_ingestors
@@ -57,12 +57,6 @@ def self.heptraining_ingestors
5757
]
5858
end
5959

60-
def self.pantraining_ingestors
61-
[
62-
Ingestors::Pantraining::PanIngestorB
63-
]
64-
end
65-
6660
def self.ingestor_config
6761
@ingestor_config ||= ingestors.map do |i|
6862
[i.config[:key], i.config.merge(ingestor: i)]

lib/ingestors/pantraining/laserlab_event_ingestor.rb

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)