Skip to content

Commit

Permalink
remove printing
Browse files Browse the repository at this point in the history
  • Loading branch information
tknopp committed Jul 5, 2021
1 parent 300b353 commit 55e5b0b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/DatasetStore/Reconstruction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ end

function normalizePathsRecoDict!(d::MDFDatasetStore, recoParams::Dict)
for key in [:measPath, :SFPath, :emptyMeasPath]
@info key
if haskey(recoParams, key)
if isa(recoParams[key], AbstractString)
recoParams[key] = normpath(extendPath(d, recoParams[key]))
Expand Down Expand Up @@ -81,11 +80,7 @@ function findReco(d::MDFDatasetStore, study::Study, exp::Experiment, recoParams:
delete!(reco.params, :reconstructor)
end

@show recoParams_
@show reco.params

if recoParams_ == reco.params
@info "Found Reco $recoNum"
recoNum = reco.num
end
end
Expand Down

2 comments on commit 55e5b0b

@tknopp
Copy link
Member Author

@tknopp tknopp commented on 55e5b0b Jul 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: "Tag with name v0.11.10 already exists and points to a different commit"

Please sign in to comment.