Skip to content

Commit

Permalink
Update BoobookOwlTests.cs
Browse files Browse the repository at this point in the history
Issue #319 Remove debug path.
  • Loading branch information
towsey authored and atruskie committed May 29, 2020
1 parent a0a57cd commit 08427d1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ public class BoobookOwlTests : OutputDirectoryTest
/// <summary>
/// The canonical recording used for this recognizer is a 31 second recording made by Yvonne Phillips at Gympie National Park, 2015-08-18.
/// </summary>
//private static readonly FileInfo TestAsset = PathHelper.ResolveAsset("Recordings", "gympie_np_1192_331618_20150818_054959_31_0.wav");
private static readonly FileInfo TestAsset = new FileInfo(@"C:\Ecoacoustics\WavFiles\CottonProject\Boobook\NZ_Parsons_201211_211502_3-6minutes.wav");
private static readonly FileInfo TestAsset = PathHelper.ResolveAsset("Recordings", "gympie_np_1192_331618_20150818_054959_31_0.wav");
private static readonly FileInfo ConfigFile = PathHelper.ResolveConfigFile("RecognizerConfigFiles", "Towsey.NinoxBoobook.yml");
private static readonly AudioRecording Recording = new AudioRecording(TestAsset);
private static readonly NinoxBoobook Recognizer = new NinoxBoobook();
Expand Down

0 comments on commit 08427d1

Please sign in to comment.