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
8
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
de4d1321
Commit
de4d1321
authored
1 year ago
by
David Schäfer
Browse files
Options
Downloads
Patches
Plain Diff
blackyblack
parent
ad4ae081
No related branches found
No related tags found
1 merge request
!826
added option to change History.squeeze behavior
Pipeline
#204406
passed with stages
in 5 minutes and 13 seconds
This commit is part of merge request
!826
. Comments created here will be created in the context of that merge request.
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/core/test_history.py
+1
-0
1 addition, 0 deletions
tests/core/test_history.py
with
1 addition
and
0 deletions
tests/core/test_history.py
+
1
−
0
Edit
View file @
de4d1321
...
...
@@ -253,6 +253,7 @@ def test_append_force(__hist, s, max_val):
)
def
test_aggregations
(
__hist
,
col
,
expected
,
hist
=
History
(
index
=
pd
.
Index
(
range
(
6
)))):
import
saqc.core.history
hist
.
append
(
col
)
check_invariants
(
hist
)
for
aggregation
in
[
"
last
"
,
"
min
"
,
"
max
"
]:
...
...
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