Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SaQC
Manage
Activity
Members
Labels
Plan
Issues
36
Issue boards
Milestones
Wiki
Code
Merge requests
9
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
28e1b534
Commit
28e1b534
authored
4 years ago
by
David Schäfer
Browse files
Options
Downloads
Patches
Plain Diff
import cleanups
parent
cfb0b208
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!193
Release 1.4
,
!188
Release 1.4
,
!24
Dios integration
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/funcs/test_generic_functions.py
+2
-7
2 additions, 7 deletions
test/funcs/test_generic_functions.py
with
2 additions
and
7 deletions
test/funcs/test_generic_functions.py
+
2
−
7
View file @
28e1b534
...
...
@@ -3,13 +3,12 @@
import
pytest
import
numpy
as
np
import
pandas
as
pd
from
test.common
import
initData
,
TESTFLAGGER
,
TESTNODATA
from
saqc.core.core
import
run
from
saqc.core.config
import
Fields
as
F
from
test.common
import
initData
,
TESTFLAGGER
,
TESTNODATA
,
initMetaDict
,
initMetaString
from
test.common
import
TESTFLAGGER
,
TESTNODATA
,
initData
,
writeIO
from
saqc.core.evaluator
import
(
DslTransformer
,
...
...
@@ -222,10 +221,6 @@ def test_isflaggedArgument(data, flagger):
def
test_variableAssignments
(
data
,
flagger
):
var1
,
var2
,
*
_
=
data
.
columns
from
saqc.core.core
import
run
from
saqc.core.config
import
Fields
as
F
from
test.common
import
writeIO
config
=
f
"""
{
F
.
VARNAME
}
;
{
F
.
TESTS
}
dummy1 ; procGeneric(func=var1 + var2)
...
...
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