Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SaQC
Manage
Activity
Members
Labels
Plan
Issues
35
Issue boards
Milestones
Wiki
Code
Merge requests
7
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rdm-software
SaQC
Commits
742f14d5
Commit
742f14d5
authored
4 years ago
by
Bert Palm
🎇
Browse files
Options
Downloads
Patches
Plain Diff
fixes
parent
0437d4e4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
4 merge requests
!193
Release 1.4
,
!188
Release 1.4
,
!32
WIP: Plot rework
,
!24
Dios integration
Pipeline
#3227
passed with stage
Stage: test
in 6 minutes and 58 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dios
+1
-1
1 addition, 1 deletion
dios
saqc/flagger/baseflagger.py
+1
-1
1 addition, 1 deletion
saqc/flagger/baseflagger.py
with
2 additions
and
2 deletions
dios
@
d5a80af4
Compare
20321d9d
...
d5a80af4
Subproject commit
20321d9d8ce7c9a0eaedcd581c87773b1e59db70
Subproject commit
d5a80af469c0540c91e5b4ddd1c0327b11a0d214
This diff is collapsed.
Click to expand it.
saqc/flagger/baseflagger.py
+
1
−
1
View file @
742f14d5
...
...
@@ -43,7 +43,7 @@ class BaseFlagger(ABC):
@property
def
flags
(
self
):
return
self
.
_flags
return
self
.
_flags
.
copy
()
def
initFlags
(
self
,
data
:
diosT
=
None
,
flags
:
diosT
=
None
)
->
BaseFlaggerT
:
"""
...
...
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