Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
thehrh opened this issue Aug 15, 2024 · 1 comment · Fixed by #812
Closed

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

thehrh opened this issue Aug 15, 2024 · 1 comment · Fixed by #812

Comments

@thehrh
Copy link
Contributor

thehrh commented Aug 15, 2024

See

pisa/setup.py

Line 311 in a752eaf

'console_scripts': [
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:

  • pisa-analysis
  • pisa-postproc
  • pisa-fit_discrete_sys and pisa-fit_discrete_sys_nd
  • pisa-make_asymmetry_plots
  • pisa-make_systematic_variation_plots
  • pisa-make_toy_events
  • pisa-profile_scan
  • pisa-scan_allsyst

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

  • scripts/create_barr_sys_tables_mceq.py
  • pisa_tests/test_Detectors_class.py
  • pisa_tests/test_covariance.py
  • pisa_tests/test_kde_stage.py
@JanWeldert
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants