icecube / pisa

Monte Carlo-based data analysis
http://icecube.github.io/pisa/
Apache License 2.0
19 stars 49 forks source link

List of console scripts (entry points) in setup.py needs updating #810

Closed thehrh closed 2 months ago

thehrh commented 2 months ago

See https://github.com/icecube/pisa/blob/a752eaf0f7d75c3d002d3c8ccde4a100ca1bf594/setup.py#L311 and https://setuptools.pypa.io/en/latest/userguide/entry_point.html.

Console scripts that are non-existent (test by running each command) and should be removed:

Working scripts for which entry points are missing (possibly incomplete):

JanWeldert commented 2 months ago

We can delete pisa_tests/test_Detectors_class.py, it just duplicates code from https://github.com/icecube/pisa/blob/master/pisa/core/detectors.py#L346