Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
climix
climix
Commits
985d9209
Commit
985d9209
authored
Jul 02, 2019
by
Klaus Zimmermann
Browse files
Fix bug in CountOccurences (fixes #71)
parent
6ddf6358
Changes
1
Hide whitespace changes
Inline
Side-by-side
climix/index_functions.py
View file @
985d9209
...
...
@@ -63,7 +63,6 @@ class CountOccurences:
self
.
threshold
=
threshold
self
.
condition
=
NUMPY_OPERATORS
[
condition
]
self
.
lazy_condition
=
DASK_OPERATORS
[
condition
]
self
.
condition
=
condition
self
.
standard_name
=
None
self
.
units
=
Unit
(
'days'
)
...
...
Write
Preview
Supports
Markdown
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