Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Clément Haëck
submeso-color
Commits
f89e764a
Commit
f89e764a
authored
Mar 16, 2022
by
Clément Haëck
Browse files
Fix defaults args in lib.data.hists
parent
780f5dc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/data/hists.py
lib/data/hists.py
+1
-1
No files found.
lib/data/hists.py
View file @
f89e764a
...
...
@@ -42,7 +42,7 @@ def ROOT(args):
return
lib
.
data
.
get_default_directory
(
args
,
'Hists'
)
auto_attr
=
lib
.
data
.
create_dataset
(
__name__
,
PREGEX
,
ROOT
,
ARGS
)
auto_attr
=
lib
.
data
.
create_dataset
(
__name__
,
PREGEX
,
ROOT
,
ARGS
,
defaults
)
def
get_data
(
args
=
None
,
remove_dims
=
None
,
**
kwargs
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment