Closed fsimone91 closed 6 years ago
@AndrewLevin I can see you did not correctly test this inside a venv
before submitting this PR. This would have failed immediately from inside a venv
due to the line:
from utils.anaInfo import nominalDacValues
Should definitely be something like:
from gempython.gemplotting.utils.anaInfo import nominalDacValues
In the future when submitting PR's please test them thoroughly. This includes:
venv
, that the code works inside that env.This impacts not only sysadmin, but as you see also users.
Other errors may exist...please resolve ASAP.
Sorry about this. Here is the bugfix pull request: https://github.com/cms-gem-daq-project/gem-plotting-tools/pull/168
Error while using analysis code
Types of issue
Expected Behavior
Current Behavior
Steps to Reproduce (for bugs)
1. 2. 3. 4.
Possible Solution (for bugs)
Context (for feature requests)
Your Environment