Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
fhagemann authored Nov 7, 2024
1 parent edb438d commit b527fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/LegendDataManagementSolidStateDetectorsExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function SolidStateDetectors.Simulation{T}(::Type{LegendData}, meta::AbstractDic
SolidStateDetectors.Simulation{T}(LegendData, convert(PropDict, meta), LegendDataManagement.NoSuchPropsDBEntry("", []), kwargs...)

Check warning on line 112 in ext/LegendDataManagementSolidStateDetectorsExt.jl

View check run for this annotation

Codecov / codecov/patch

ext/LegendDataManagementSolidStateDetectorsExt.jl#L111-L112

Added lines #L111 - L112 were not covered by tests
end

function SolidStateDetectors.Simulation{T}(::Type{LegendData}, meta::PropDict, xtal_meta::Union{PropDict, LegendDataManagement.NoSuchPropsDBEntry}) where {T<:AbstractFloat}
function SolidStateDetectors.Simulation{T}(::Type{LegendData}, meta::PropDict, xtal_meta::Union{PropDict, LegendDataManagement.NoSuchPropsDBEntry}; kwargs...) where {T<:AbstractFloat}
config_dict = create_SSD_config_dict_from_LEGEND_metadata(meta, xtal_meta, kwargs...)
return Simulation{T}(config_dict)
end
Expand Down

0 comments on commit b527fd7

Please sign in to comment.