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
69a87b0a
Commit
69a87b0a
authored
3 years ago
by
Thomas Kluyver
Browse files
Options
Downloads
Patches
Plain Diff
isort imports
parent
e8e5df10
No related branches found
No related tags found
1 merge request
!575
Refactor parsing arguments and loading main notebook
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/xfel_calibrate/calibrate.py
+2
-2
2 additions, 2 deletions
src/xfel_calibrate/calibrate.py
src/xfel_calibrate/nb_args.py
+1
-1
1 addition, 1 deletion
src/xfel_calibrate/nb_args.py
with
3 additions
and
3 deletions
src/xfel_calibrate/calibrate.py
+
2
−
2
View file @
69a87b0a
...
...
@@ -13,14 +13,14 @@ import textwrap
import
warnings
from
datetime
import
datetime
from
pathlib
import
Path
from
subprocess
import
DEVNULL
,
c
heck_output
,
check_call
,
c
all
from
subprocess
import
DEVNULL
,
c
all
,
check_call
,
c
heck_output
from
typing
import
List
,
Union
import
nbformat
import
numpy
as
np
import
yaml
from
jinja2
import
Template
from
nbparameterise
import
extract_parameters
,
parameter_values
,
replace_definitions
import
yaml
import
cal_tools.tools
...
...
This diff is collapsed.
Click to expand it.
src/xfel_calibrate/nb_args.py
+
1
−
1
View file @
69a87b0a
...
...
@@ -13,7 +13,7 @@ from pathlib import Path
from
typing
import
Any
,
Dict
,
List
,
Optional
,
Tuple
import
nbformat
from
nbparameterise
import
extract_parameters
,
Parameter
from
nbparameterise
import
Parameter
,
extract_parameters
from
.notebooks
import
notebooks
...
...
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