Skip to content

Commit

Permalink
instantiated johhnydeconparams.decontype
Browse files Browse the repository at this point in the history
  • Loading branch information
nbollis committed Aug 2, 2024
1 parent ddd03b5 commit 6720fc5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ namespace MassSpectrometry
{
public class JohnnyDeconvolutionParameters : DeconvolutionParameters
{
public override DeconvolutionType DeconvolutionType { get; protected set; }
public override DeconvolutionType DeconvolutionType { get; protected set; } =
DeconvolutionType.JohnnyDeconvolution;

Check warning on line 12 in mzLib/MassSpectrometry/Deconvolution/Parameters/JohnnyDeconvolutionParameters.cs

View check run for this annotation

Codecov / codecov/patch

mzLib/MassSpectrometry/Deconvolution/Parameters/JohnnyDeconvolutionParameters.cs#L11-L12

Added lines #L11 - L12 were not covered by tests

public JohnnyDeconvolutionParameters(Polarity polarity = Polarity.Positive)
: base(1, 100, polarity)
Expand Down

0 comments on commit 6720fc5

Please sign in to comment.