Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
madarrays
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
skmad-suite
madarrays
Commits
8345a2e2
There was a problem fetching the pipeline summary.
Commit
8345a2e2
authored
6 years ago
by
Florent Jaillet
Browse files
Options
Downloads
Patches
Plain Diff
Improve _complex_masking_only decorator to avoid a documentation bug
parent
0b09a453
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
madarrays/mad_array.py
+1
-0
1 addition, 0 deletions
madarrays/mad_array.py
with
1 addition
and
0 deletions
madarrays/mad_array.py
+
1
−
0
View file @
8345a2e2
...
...
@@ -95,6 +95,7 @@ def _complex_masking_only(f):
errmsg
=
'
Method not defined if masking is not complex.
'
raise
ValueError
(
errmsg
)
return
f
(
self
)
decorated
.
__doc__
=
f
.
__doc__
return
decorated
...
...
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