Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dios
Manage
Activity
Members
Labels
Plan
Issues
11
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
0
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
dios
Commits
8b0d2ca8
Commit
8b0d2ca8
authored
5 years ago
by
Bert Palm
🎇
Browse files
Options
Downloads
Patches
Plain Diff
minor chenges tests
parent
f9513bf2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2
Develop
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/test__getsetitem__.py
+1
-1
1 addition, 1 deletion
test/test__getsetitem__.py
test/test_dios.py
+1
-1
1 addition, 1 deletion
test/test_dios.py
with
2 additions
and
2 deletions
test/test__getsetitem__.py
+
1
−
1
View file @
8b0d2ca8
...
...
@@ -52,7 +52,7 @@ def test__getitem_single_loc_fail(idxer):
a
=
d1
.
loc
[:,
idxer
]
@pytest.mark.parametrize
(
'
idxer
'
,
[
-
5
,
99
,
'
a
'
,
'
2
'
,
])
@pytest.mark.parametrize
(
'
idxer
'
,
[
-
5
,
99
,
'
a
'
,
'
2
'
,
None
,
])
def
test__getitem_single_iloc_fail
(
idxer
):
with
pytest
.
raises
(
KeyError
):
a
=
d1
.
iloc
[:,
idxer
]
...
...
This diff is collapsed.
Click to expand it.
test/test_dios.py
+
1
−
1
View file @
8b0d2ca8
...
...
@@ -138,7 +138,7 @@ def test__op2__(left, right, op):
assert
res
==
exp
except
ZeroDivisionError
:
pytest
.
mark
.
skip
(
'
ZeroDivisionError
'
)
pytest
.
skip
(
'
ZeroDivisionError
'
)
@pytest.mark.parametrize
(
'
data
'
,
_diosmatr
(
ALL
))
...
...
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