cms-gem-daq-project / gem-plotting-tools

Repository for GEM commissioning plotting tools
GNU General Public License v3.0
1 stars 26 forks source link

packageFiles4Docker.py is missing from the package #104

Closed lmoureaux closed 6 years ago

lmoureaux commented 6 years ago

Brief summary of issue

The package gempython_gemplotting-1.0.0.tar.gz doesn't contain packageFiles4Docker.py. This file is referenced in the README instructions to analyze P5 data.

Types of issue

Expected Behavior

After installing the package and setting up $PATH, packageFiles4Docker.py should be available.

Current Behavior

packageFiles4Docker.py isn't even present in the package.

Steps to Reproduce (for bugs)

  1. Install the gemplotting package
  2. Run find path/to/your/venv | grep packageFiles4Docker.py
  3. Nothing is found

Context (for feature requests)

Trying to get some data to analyze to tackle #95

Your Environment

bdorney commented 6 years ago

Addressed in #108