add a test for get_pdu and initialize_from_db
Edited by Karim Ahmed
Merge request reports
Activity
Filter activity
added 1 commit
- b896153b - modify comments to a more of a descriptive sentence
added 85 commits
-
b896153b...0eeef9ec - 84 commits from branch
master
- d494c764 - resolved conflicts and add a fix for imports for agipdlib
-
b896153b...0eeef9ec - 84 commits from branch
added 85 commits
-
b896153b...0eeef9ec - 84 commits from branch
master
- d494c764 - resolved conflicts and add a fix for imports for agipdlib
-
b896153b...0eeef9ec - 84 commits from branch
added 85 commits
-
b896153b...0eeef9ec - 84 commits from branch
master
- d494c764 - resolved conflicts and add a fix for imports for agipdlib
-
b896153b...0eeef9ec - 84 commits from branch
@roscar , we have a problem with
isort
andflake8
arguing about how to format these imports:--- a/tests/test_cal_tools.py +++ b/tests/test_cal_tools.py @@ -4,11 +4,7 @@ from pathlib import Path import pytest from cal_tools.agipdlib import AgipdCorrections from cal_tools.plotting import show_processed_modules -from cal_tools.tools import ( - get_dir_creation_date, - get_pdu_from_db, - module_index_to_qm, -) +from cal_tools.tools import get_dir_creation_date, get_pdu_from_db, module_index_to_qm from iCalibrationDB import Conditions, Constants
I'm merging with these warnings anyway!
mentioned in commit 48a64e70
Please register or sign in to reply