Skip to content

Commit

Permalink
Get one test working for SpectralEvent class
Browse files Browse the repository at this point in the history
Issue #297 Get first test working in AcousticEventTests class.
  • Loading branch information
towsey committed Apr 23, 2020
1 parent 45ed89d commit 6a35ba0
Show file tree
Hide file tree
Showing 6 changed files with 350 additions and 350 deletions.
2 changes: 1 addition & 1 deletion src/AnalysisBase/ResultBases/EventBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public abstract class EventBase : ResultBase
public virtual double SegmentStartSeconds { get; set; }

//AudioAnalysisTools.Keys.EVENT_SCORE,
public double Score { get; set; }
public virtual double Score { get; set; }

/// <summary>
/// Gets or sets the Event's Start Seconds.
Expand Down
Loading

0 comments on commit 6a35ba0

Please sign in to comment.