Skip to content
Snippets Groups Projects
Commit 7c1b4e41 authored by Jean-Baptiste Bayle's avatar Jean-Baptiste Bayle
Browse files

Import necessary functions in tests

parent 4d49f9bb
No related branches found
No related tags found
No related merge requests found
Pipeline #117671 passed
This commit is part of merge request !46. Comments created here will be created in the context of that merge request.
......@@ -5,7 +5,10 @@
from pytest import raises
import numpy as np
from lisainstrument.indexing import *
from lisainstrument.indexing import index2mosa, mosa2index, transform, rotate, reflect
from lisainstrument.indexing import mosa2sc, sc2leftdistant, sc2rightdistant, sc2leftmosa, sc2rightmosa
from lisainstrument.indexing import sc2bothmosas, mosa2distant, mosa2adjacent
from lisainstrument.indexing import empty_mosa, empty_sc, ones_mosa, ones_sc, zeros_mosa, zeros_sc, full_mosa, full_sc
def test_index2mosa():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment