Skip to content

Commit

Permalink
debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Nov 27, 2024
1 parent 221704a commit 9a78e74
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class OctopusLanguageTests: BaseTest {
func testWrapper() throws {

try XCTContext.runActivity(named: "(\(language))") { _ in
print("DEBUG MODEL PATH: \(language): \(modelPath)")
let octopus = try Octopus(accessKey: accessKey, modelPath: modelPath)
let metadata = try octopus.indexAudioFile(path: testAudioPath)
let matches = try octopus.search(metadata: metadata, phrases: Set(expectedResults.keys))
Expand Down

0 comments on commit 9a78e74

Please sign in to comment.