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
045ae80f
"README.md" did not exist on "cd50c82e17f3b3912a423dbe01000a38b9efb7ed"
Commit
045ae80f
authored
4 months ago
by
Karim Ahmed
Browse files
Options
Downloads
Patches
Plain Diff
fix: remove unneeded dep and variable
parent
36999dbc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1059
[webservice] Intoduce Global Logger for xfel-calibrate
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/slurm_calibrate.sh
+0
-2
0 additions, 2 deletions
bin/slurm_calibrate.sh
setup.py
+0
-1
0 additions, 1 deletion
setup.py
with
0 additions
and
3 deletions
bin/slurm_calibrate.sh
+
0
−
2
View file @
045ae80f
...
@@ -25,12 +25,10 @@ echo "job ID: ${SLURM_JOB_ID:-none}"
...
@@ -25,12 +25,10 @@ echo "job ID: ${SLURM_JOB_ID:-none}"
echo
"hostname:
$(
hostname
)
"
echo
"hostname:
$(
hostname
)
"
export
CAL_NOTEBOOK_NAME
=
"
$notebook
"
export
CAL_NOTEBOOK_NAME
=
"
$notebook
"
export
SLURM_JOB_ID
=
"
${
SLURM_JOB_ID
:-
local
}
"
# This is created by calibrate.py in CAL_WORKING_DIR
# This is created by calibrate.py in CAL_WORKING_DIR
setup_logger
=
"setup-logging-nb.py"
setup_logger
=
"setup-logging-nb.py"
# make sure we use agg backend
# make sure we use agg backend
export
MPLBACKEND
=
AGG
export
MPLBACKEND
=
AGG
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
0
−
1
View file @
045ae80f
...
@@ -92,7 +92,6 @@ install_requires = [
...
@@ -92,7 +92,6 @@ install_requires = [
"
pymunge==0.1.3
"
,
"
pymunge==0.1.3
"
,
"
pypandoc==1.13
"
,
"
pypandoc==1.13
"
,
"
python-dateutil==2.8.2
"
,
"
python-dateutil==2.8.2
"
,
"
python-json-logger==2.0.7
"
,
"
pyyaml==6.0.1
"
,
"
pyyaml==6.0.1
"
,
"
pyzmq==25.1.2
"
,
"
pyzmq==25.1.2
"
,
"
requests==2.29.0
"
,
"
requests==2.29.0
"
,
...
...
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