Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LISA Instrument
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LISA Simulation
LISA Instrument
Commits
d91ce505
Commit
d91ce505
authored
3 months ago
by
Wolfgang Kastaun
Browse files
Options
Downloads
Patches
Plain Diff
Sort import order in new unit tests to fix failing pipeline
parent
976e3350
No related branches found
Branches containing commit
No related tags found
1 merge request
!189
Draft: Resolve "Daskify LISA Instrument"
Pipeline
#371667
passed
3 months ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_fir_filters_dask.py
+2
-2
2 additions, 2 deletions
tests/test_fir_filters_dask.py
with
2 additions
and
2 deletions
tests/test_fir_filters_dask.py
+
2
−
2
View file @
d91ce505
"""
Unit tests for the module fir_filters_dask
"""
import
numpy
as
np
import
dask.array
as
da
import
numpy
as
np
import
pytest
from
lisainstrument.fir_filters_dask
import
make_filter_fir_dask
from
lisainstrument.fir_filters_numpy
import
(
DefFilterFIR
,
EdgeHandling
,
make_filter_fir_numpy
,
)
from
lisainstrument.fir_filters_dask
import
make_filter_fir_dask
def
test_filter_dask_fir
():
...
...
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