Skip to content
Snippets Groups Projects
Commit bce38269 authored by Jan Caron's avatar Jan Caron
Browse files

Hopefully made hyperspy import (now at beginning of pyramid package) work!

Added PyCharm files!
Commit before Reformatting with PyCharms!
parent 7aae4499
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 3 deletions
File added
File deleted
File added
File deleted
File added
File deleted
File added
File deleted
File added
File deleted
File added
File deleted
File added
File deleted
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""Testcase for the phasemapper module.""" """Testcase for the phasemapper module."""
import os import os
import unittest import unittest
import numpy as np import numpy as np
from numpy.testing import assert_allclose from numpy.testing import assert_allclose
from pyramid.kernel import Kernel
from pyramid.magdata import MagData from pyramid.magdata import MagData
from pyramid.phasemap import PhaseMap from pyramid.phasemap import PhaseMap
from pyramid.kernel import Kernel
from pyramid.phasemapper import PhaseMapperRDFC, PhaseMapperRDRC, PhaseMapperFDFC
from pyramid.phasemapper import PhaseMapperElectric, pm from pyramid.phasemapper import PhaseMapperElectric, pm
from pyramid.phasemapper import PhaseMapperRDFC, PhaseMapperRDRC, PhaseMapperFDFC
class TestCasePhaseMapperRDFC(unittest.TestCase): class TestCasePhaseMapperRDFC(unittest.TestCase):
......
File added
File deleted
File added
File deleted
File added
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