Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycalibration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
calibration
pycalibration
Commits
0cdf0827
Commit
0cdf0827
authored
8 months ago
by
Karim Ahmed
Committed by
Thomas Kluyver
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: remove unrelated change from constants.py and isort on inject.py
parent
b098ef03
No related branches found
No related tags found
1 merge request
!1026
Feat[Jungfrau]: Inject CCVs using RESTful API
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cal_tools/inject.py
+2
-3
2 additions, 3 deletions
src/cal_tools/inject.py
with
2 additions
and
3 deletions
src/cal_tools/inject.py
+
2
−
3
View file @
0cdf0827
...
...
@@ -19,15 +19,16 @@ import json
import
time
from
dataclasses
import
asdict
,
dataclass
,
field
from
datetime
import
datetime
,
timezone
from
functools
import
lru_cache
from
hashlib
import
md5
from
pathlib
import
Path
from
shutil
import
copyfile
from
struct
import
pack
,
unpack
from
typing
import
List
,
Optional
,
Union
from
urllib.parse
import
urljoin
from
functools
import
lru_cache
import
h5py
import
requests
from
cal_tools.calcat_interface2
import
(
CalCatAPIClient
,
...
...
@@ -35,8 +36,6 @@ from cal_tools.calcat_interface2 import (
_get_default_caldb_root
,
)
from
cal_tools.restful_config
import
extra_calibration_client
import
requests
import
pprint
CALIBRATION_CONSTANT_VERSIONS
=
"
calibration_constant_versions
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment