icecube / skymap_scanner

A distributed system that performs a likelihood scan of event directions for IceCube real-time alerts using CPU cluster(s) and queue-based message passing.
5 stars 2 forks source link

Remove Deprecated Code #36

Closed ric-evans closed 1 year ago

ric-evans commented 2 years ago

Any files that need to persist should be moved to skymap_scanner/ or its own directory with a descriptive name. This is also a good time to remove any dead legacy code. One option is to run multiple test runs with a coverage tool.

ric-evans commented 2 years ago

This will depend on #30

kjmeagher commented 2 years ago

that CMakeLists.txt doesn't need to be there either

ric-evans commented 2 years ago

63 is a quick fix until we unanimously decide the remove the old stuff

mlincett commented 1 year ago

Quoting myself from #63: I have provided at skymap-scanner-legacy a minimal interface to the SVN version in CVMFS, and produced a tag v1.5 of this repo that can be used to track back the old codes. I think there is no more reason to keep deprecated_files in the main branch.

ric-evans commented 1 year ago

@mlincett roger that