Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ale
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
aflab
astrogeology
Ale
Commits
a500e0c0
Commit
a500e0c0
authored
5 years ago
by
Kelvin
Committed by
Jesse Mapel
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
re-enabled mex
re-enabled mex
parent
b2eb3ae2
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ale/drivers/__init__.py
+0
-1
0 additions, 1 deletion
ale/drivers/__init__.py
tests/pytests/test_mex_drivers.py
+0
-1
0 additions, 1 deletion
tests/pytests/test_mex_drivers.py
with
0 additions
and
2 deletions
ale/drivers/__init__.py
+
0
−
1
View file @
a500e0c0
...
@@ -24,7 +24,6 @@ from abc import ABC
...
@@ -24,7 +24,6 @@ from abc import ABC
__disabled_drivers__
=
[
"
ody_drivers
"
,
__disabled_drivers__
=
[
"
ody_drivers
"
,
"
hayabusa2_drivers
"
,
"
hayabusa2_drivers
"
,
"
juno_drivers
"
,
"
juno_drivers
"
,
"
mex_drivers
"
,
"
tgo_drivers
"
]
"
tgo_drivers
"
]
# dynamically load drivers
# dynamically load drivers
...
...
This diff is collapsed.
Click to expand it.
tests/pytests/test_mex_drivers.py
+
0
−
1
View file @
a500e0c0
...
@@ -546,7 +546,6 @@ def test_kernels():
...
@@ -546,7 +546,6 @@ def test_kernels():
# Eventually all label/formatter combinations should be tested. For now, isis3/usgscsm and
# Eventually all label/formatter combinations should be tested. For now, isis3/usgscsm and
# pds3/isis will fail.
# pds3/isis will fail.
@pytest.mark.xfail
@pytest.mark.parametrize
(
"
label,formatter
"
,
[(
'
isis3
'
,
'
isis
'
),
(
'
pds3
'
,
'
usgscsm
'
),
@pytest.mark.parametrize
(
"
label,formatter
"
,
[(
'
isis3
'
,
'
isis
'
),
(
'
pds3
'
,
'
usgscsm
'
),
pytest
.
param
(
'
isis3
'
,
'
usgscsm
'
,
marks
=
pytest
.
mark
.
xfail
),
pytest
.
param
(
'
isis3
'
,
'
usgscsm
'
,
marks
=
pytest
.
mark
.
xfail
),
pytest
.
param
(
'
pds3
'
,
'
isis
'
,
marks
=
pytest
.
mark
.
xfail
),])
pytest
.
param
(
'
pds3
'
,
'
isis
'
,
marks
=
pytest
.
mark
.
xfail
),])
...
...
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