From 59f166661e4ecb47b112313ce55a011e3f0d453c Mon Sep 17 00:00:00 2001 From: Jan Caron <j.caron@fz-juelich.de> Date: Wed, 19 Jul 2017 18:40:24 +0200 Subject: [PATCH] Moved tests one layer up and out of package (same as package and docs)! --- setup.cfg | 2 +- {pyramid/tests => tests}/test_analytic.py | 0 .../test_analytic/ref_phase_disc.npy | Bin .../test_analytic/ref_phase_slab.npy | Bin .../test_analytic/ref_phase_sphere.npy | Bin .../test_analytic/ref_phase_vort.npy | Bin {pyramid/tests => tests}/test_costfunction.py | 0 .../tests => tests}/test_costfunction/hess_ref.npy | Bin .../tests => tests}/test_costfunction/jac_ref.npy | Bin .../test_costfunction/jac_vec_ref.npy | Bin .../test_costfunction/phasemap_ref.hdf5 | Bin .../test_costfunction/zero_vec_cost.npy | Bin {pyramid/tests => tests}/test_dataset.py | 0 .../tests => tests}/test_dataset/phase_vec_ref.npy | Bin {pyramid/tests => tests}/test_fielddata.py | 0 .../test_fielddata/magdata_flipx.hdf5 | Bin .../test_fielddata/magdata_flipy.hdf5 | Bin .../test_fielddata/magdata_flipz.hdf5 | Bin .../test_fielddata/magdata_orig.hdf5 | Bin .../test_fielddata/magdata_ref_load.hdf5 | Bin .../test_fielddata/magdata_ref_load.txt | 0 .../test_fielddata/magdata_rotx.hdf5 | Bin .../test_fielddata/magdata_roty.hdf5 | Bin .../test_fielddata/magdata_rotz.hdf5 | Bin {pyramid/tests => tests}/test_forwardmodel.py | 0 {pyramid/tests => tests}/test_forwardmodel/jac.npy | Bin .../test_forwardmodel/phasemap_ref.hdf5 | Bin {pyramid/tests => tests}/test_kernel.py | 0 {pyramid/tests => tests}/test_kernel/ref_u.npy | Bin {pyramid/tests => tests}/test_kernel/ref_u_fft.npy | Bin {pyramid/tests => tests}/test_kernel/ref_v.npy | Bin {pyramid/tests => tests}/test_kernel/ref_v_fft.npy | Bin {pyramid/tests => tests}/test_magcreator.py | 0 .../tests => tests}/test_magcreator/ref_disc_x.npy | Bin .../tests => tests}/test_magcreator/ref_disc_y.npy | Bin .../tests => tests}/test_magcreator/ref_disc_z.npy | Bin .../test_magcreator/ref_ellipse_x.npy | Bin .../test_magcreator/ref_ellipse_y.npy | Bin .../test_magcreator/ref_ellipse_z.npy | Bin .../test_magcreator/ref_ellipsoid.npy | Bin .../tests => tests}/test_magcreator/ref_fil_x.npy | Bin .../tests => tests}/test_magcreator/ref_fil_y.npy | Bin .../tests => tests}/test_magcreator/ref_fil_z.npy | Bin .../test_magcreator/ref_mag_disc.npy | Bin .../test_magcreator/ref_mag_vort.npy | Bin .../tests => tests}/test_magcreator/ref_pixel.npy | Bin .../tests => tests}/test_magcreator/ref_slab.npy | Bin .../tests => tests}/test_magcreator/ref_sphere.npy | Bin {pyramid/tests => tests}/test_phasemap.py | 0 .../tests => tests}/test_phasemap/ref_phasemap.hdf5 | Bin .../tests => tests}/test_phasemap/ref_phasemap.txt | 0 {pyramid/tests => tests}/test_phasemapper.py | 0 .../test_phasemapper/charge_phase_ref.hdf5 | Bin .../test_phasemapper/charge_proj.hdf5 | Bin .../tests => tests}/test_phasemapper/elec_proj.hdf5 | Bin {pyramid/tests => tests}/test_phasemapper/jac.npy | Bin .../tests => tests}/test_phasemapper/jac_fc.npy | Bin .../test_phasemapper/jac_fc_pad1.npy | Bin .../test_phasemapper/jac_fc_pad10.npy | Bin .../tests => tests}/test_phasemapper/mag_proj.hdf5 | Bin .../tests => tests}/test_phasemapper/phasemap.hdf5 | Bin .../test_phasemapper/phasemap_elec.hdf5 | Bin .../test_phasemapper/phasemap_fc.hdf5 | Bin .../test_phasemapper/phasemap_fc_pad1.hdf5 | Bin .../test_phasemapper/phasemap_fc_pad10.hdf5 | Bin {pyramid/tests => tests}/test_pm.py | 0 {pyramid/tests => tests}/test_projector.py | 0 {pyramid/tests => tests}/test_projector/jac_x.npy | Bin {pyramid/tests => tests}/test_projector/jac_x00.npy | Bin {pyramid/tests => tests}/test_projector/jac_x45.npy | Bin {pyramid/tests => tests}/test_projector/jac_x90.npy | Bin {pyramid/tests => tests}/test_projector/jac_y.npy | Bin {pyramid/tests => tests}/test_projector/jac_y00.npy | Bin {pyramid/tests => tests}/test_projector/jac_y45.npy | Bin {pyramid/tests => tests}/test_projector/jac_y90.npy | Bin {pyramid/tests => tests}/test_projector/jac_z.npy | Bin .../test_projector/ref_mag_proj_x.hdf5 | Bin .../test_projector/ref_mag_proj_x00.hdf5 | Bin .../test_projector/ref_mag_proj_x45.hdf5 | Bin .../test_projector/ref_mag_proj_x90.hdf5 | Bin .../test_projector/ref_mag_proj_y.hdf5 | Bin .../test_projector/ref_mag_proj_y00.hdf5 | Bin .../test_projector/ref_mag_proj_y45.hdf5 | Bin .../test_projector/ref_mag_proj_y90.hdf5 | Bin .../test_projector/ref_mag_proj_z.hdf5 | Bin .../tests => tests}/test_projector/ref_magdata.hdf5 | Bin {pyramid/tests => tests}/test_regularisator.py | 0 .../test_regularisator/first_order_cost_ref.npy | Bin .../test_regularisator/first_order_jac_ref.npy | Bin .../test_regularisator/first_order_jac_vec_ref.npy | Bin 90 files changed, 1 insertion(+), 1 deletion(-) rename {pyramid/tests => tests}/test_analytic.py (100%) rename {pyramid/tests => tests}/test_analytic/ref_phase_disc.npy (100%) rename {pyramid/tests => tests}/test_analytic/ref_phase_slab.npy (100%) rename {pyramid/tests => tests}/test_analytic/ref_phase_sphere.npy (100%) rename {pyramid/tests => tests}/test_analytic/ref_phase_vort.npy (100%) rename {pyramid/tests => tests}/test_costfunction.py (100%) rename {pyramid/tests => tests}/test_costfunction/hess_ref.npy (100%) rename {pyramid/tests => tests}/test_costfunction/jac_ref.npy (100%) rename {pyramid/tests => tests}/test_costfunction/jac_vec_ref.npy (100%) rename {pyramid/tests => tests}/test_costfunction/phasemap_ref.hdf5 (100%) rename {pyramid/tests => tests}/test_costfunction/zero_vec_cost.npy (100%) rename {pyramid/tests => tests}/test_dataset.py (100%) rename {pyramid/tests => tests}/test_dataset/phase_vec_ref.npy (100%) rename {pyramid/tests => tests}/test_fielddata.py (100%) rename {pyramid/tests => tests}/test_fielddata/magdata_flipx.hdf5 (100%) rename {pyramid/tests => tests}/test_fielddata/magdata_flipy.hdf5 (100%) rename {pyramid/tests => tests}/test_fielddata/magdata_flipz.hdf5 (100%) rename {pyramid/tests => tests}/test_fielddata/magdata_orig.hdf5 (100%) rename {pyramid/tests => tests}/test_fielddata/magdata_ref_load.hdf5 (100%) rename {pyramid/tests => tests}/test_fielddata/magdata_ref_load.txt (100%) rename {pyramid/tests => tests}/test_fielddata/magdata_rotx.hdf5 (100%) rename {pyramid/tests => tests}/test_fielddata/magdata_roty.hdf5 (100%) rename {pyramid/tests => tests}/test_fielddata/magdata_rotz.hdf5 (100%) rename {pyramid/tests => tests}/test_forwardmodel.py (100%) rename {pyramid/tests => tests}/test_forwardmodel/jac.npy (100%) rename {pyramid/tests => tests}/test_forwardmodel/phasemap_ref.hdf5 (100%) rename {pyramid/tests => tests}/test_kernel.py (100%) rename {pyramid/tests => tests}/test_kernel/ref_u.npy (100%) rename {pyramid/tests => tests}/test_kernel/ref_u_fft.npy (100%) rename {pyramid/tests => tests}/test_kernel/ref_v.npy (100%) rename {pyramid/tests => tests}/test_kernel/ref_v_fft.npy (100%) rename {pyramid/tests => tests}/test_magcreator.py (100%) rename {pyramid/tests => tests}/test_magcreator/ref_disc_x.npy (100%) rename {pyramid/tests => tests}/test_magcreator/ref_disc_y.npy (100%) rename {pyramid/tests => tests}/test_magcreator/ref_disc_z.npy (100%) rename {pyramid/tests => tests}/test_magcreator/ref_ellipse_x.npy (100%) rename {pyramid/tests => tests}/test_magcreator/ref_ellipse_y.npy (100%) rename {pyramid/tests => tests}/test_magcreator/ref_ellipse_z.npy (100%) rename {pyramid/tests => tests}/test_magcreator/ref_ellipsoid.npy (100%) rename {pyramid/tests => tests}/test_magcreator/ref_fil_x.npy (100%) rename {pyramid/tests => tests}/test_magcreator/ref_fil_y.npy (100%) rename {pyramid/tests => tests}/test_magcreator/ref_fil_z.npy (100%) rename {pyramid/tests => tests}/test_magcreator/ref_mag_disc.npy (100%) rename {pyramid/tests => tests}/test_magcreator/ref_mag_vort.npy (100%) rename {pyramid/tests => tests}/test_magcreator/ref_pixel.npy (100%) rename {pyramid/tests => tests}/test_magcreator/ref_slab.npy (100%) rename {pyramid/tests => tests}/test_magcreator/ref_sphere.npy (100%) rename {pyramid/tests => tests}/test_phasemap.py (100%) rename {pyramid/tests => tests}/test_phasemap/ref_phasemap.hdf5 (100%) rename {pyramid/tests => tests}/test_phasemap/ref_phasemap.txt (100%) rename {pyramid/tests => tests}/test_phasemapper.py (100%) rename {pyramid/tests => tests}/test_phasemapper/charge_phase_ref.hdf5 (100%) rename {pyramid/tests => tests}/test_phasemapper/charge_proj.hdf5 (100%) rename {pyramid/tests => tests}/test_phasemapper/elec_proj.hdf5 (100%) rename {pyramid/tests => tests}/test_phasemapper/jac.npy (100%) rename {pyramid/tests => tests}/test_phasemapper/jac_fc.npy (100%) rename {pyramid/tests => tests}/test_phasemapper/jac_fc_pad1.npy (100%) rename {pyramid/tests => tests}/test_phasemapper/jac_fc_pad10.npy (100%) rename {pyramid/tests => tests}/test_phasemapper/mag_proj.hdf5 (100%) rename {pyramid/tests => tests}/test_phasemapper/phasemap.hdf5 (100%) rename {pyramid/tests => tests}/test_phasemapper/phasemap_elec.hdf5 (100%) rename {pyramid/tests => tests}/test_phasemapper/phasemap_fc.hdf5 (100%) rename {pyramid/tests => tests}/test_phasemapper/phasemap_fc_pad1.hdf5 (100%) rename {pyramid/tests => tests}/test_phasemapper/phasemap_fc_pad10.hdf5 (100%) rename {pyramid/tests => tests}/test_pm.py (100%) rename {pyramid/tests => tests}/test_projector.py (100%) rename {pyramid/tests => tests}/test_projector/jac_x.npy (100%) rename {pyramid/tests => tests}/test_projector/jac_x00.npy (100%) rename {pyramid/tests => tests}/test_projector/jac_x45.npy (100%) rename {pyramid/tests => tests}/test_projector/jac_x90.npy (100%) rename {pyramid/tests => tests}/test_projector/jac_y.npy (100%) rename {pyramid/tests => tests}/test_projector/jac_y00.npy (100%) rename {pyramid/tests => tests}/test_projector/jac_y45.npy (100%) rename {pyramid/tests => tests}/test_projector/jac_y90.npy (100%) rename {pyramid/tests => tests}/test_projector/jac_z.npy (100%) rename {pyramid/tests => tests}/test_projector/ref_mag_proj_x.hdf5 (100%) rename {pyramid/tests => tests}/test_projector/ref_mag_proj_x00.hdf5 (100%) rename {pyramid/tests => tests}/test_projector/ref_mag_proj_x45.hdf5 (100%) rename {pyramid/tests => tests}/test_projector/ref_mag_proj_x90.hdf5 (100%) rename {pyramid/tests => tests}/test_projector/ref_mag_proj_y.hdf5 (100%) rename {pyramid/tests => tests}/test_projector/ref_mag_proj_y00.hdf5 (100%) rename {pyramid/tests => tests}/test_projector/ref_mag_proj_y45.hdf5 (100%) rename {pyramid/tests => tests}/test_projector/ref_mag_proj_y90.hdf5 (100%) rename {pyramid/tests => tests}/test_projector/ref_mag_proj_z.hdf5 (100%) rename {pyramid/tests => tests}/test_projector/ref_magdata.hdf5 (100%) rename {pyramid/tests => tests}/test_regularisator.py (100%) rename {pyramid/tests => tests}/test_regularisator/first_order_cost_ref.npy (100%) rename {pyramid/tests => tests}/test_regularisator/first_order_jac_ref.npy (100%) rename {pyramid/tests => tests}/test_regularisator/first_order_jac_vec_ref.npy (100%) diff --git a/setup.cfg b/setup.cfg index 800d7c2..9d1fde4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ test=pytest branch = True source = pyramid omit = - pyramid/tests/* + tests/* [tool:pytest] addopts = --cov --flake8 diff --git a/pyramid/tests/test_analytic.py b/tests/test_analytic.py similarity index 100% rename from pyramid/tests/test_analytic.py rename to tests/test_analytic.py diff --git a/pyramid/tests/test_analytic/ref_phase_disc.npy b/tests/test_analytic/ref_phase_disc.npy similarity index 100% rename from pyramid/tests/test_analytic/ref_phase_disc.npy rename to tests/test_analytic/ref_phase_disc.npy diff --git a/pyramid/tests/test_analytic/ref_phase_slab.npy b/tests/test_analytic/ref_phase_slab.npy similarity index 100% rename from pyramid/tests/test_analytic/ref_phase_slab.npy rename to tests/test_analytic/ref_phase_slab.npy diff --git a/pyramid/tests/test_analytic/ref_phase_sphere.npy b/tests/test_analytic/ref_phase_sphere.npy similarity index 100% rename from pyramid/tests/test_analytic/ref_phase_sphere.npy rename to tests/test_analytic/ref_phase_sphere.npy diff --git a/pyramid/tests/test_analytic/ref_phase_vort.npy b/tests/test_analytic/ref_phase_vort.npy similarity index 100% rename from pyramid/tests/test_analytic/ref_phase_vort.npy rename to tests/test_analytic/ref_phase_vort.npy diff --git a/pyramid/tests/test_costfunction.py b/tests/test_costfunction.py similarity index 100% rename from pyramid/tests/test_costfunction.py rename to tests/test_costfunction.py diff --git a/pyramid/tests/test_costfunction/hess_ref.npy b/tests/test_costfunction/hess_ref.npy similarity index 100% rename from pyramid/tests/test_costfunction/hess_ref.npy rename to tests/test_costfunction/hess_ref.npy diff --git a/pyramid/tests/test_costfunction/jac_ref.npy b/tests/test_costfunction/jac_ref.npy similarity index 100% rename from pyramid/tests/test_costfunction/jac_ref.npy rename to tests/test_costfunction/jac_ref.npy diff --git a/pyramid/tests/test_costfunction/jac_vec_ref.npy b/tests/test_costfunction/jac_vec_ref.npy similarity index 100% rename from pyramid/tests/test_costfunction/jac_vec_ref.npy rename to tests/test_costfunction/jac_vec_ref.npy diff --git a/pyramid/tests/test_costfunction/phasemap_ref.hdf5 b/tests/test_costfunction/phasemap_ref.hdf5 similarity index 100% rename from pyramid/tests/test_costfunction/phasemap_ref.hdf5 rename to tests/test_costfunction/phasemap_ref.hdf5 diff --git a/pyramid/tests/test_costfunction/zero_vec_cost.npy b/tests/test_costfunction/zero_vec_cost.npy similarity index 100% rename from pyramid/tests/test_costfunction/zero_vec_cost.npy rename to tests/test_costfunction/zero_vec_cost.npy diff --git a/pyramid/tests/test_dataset.py b/tests/test_dataset.py similarity index 100% rename from pyramid/tests/test_dataset.py rename to tests/test_dataset.py diff --git a/pyramid/tests/test_dataset/phase_vec_ref.npy b/tests/test_dataset/phase_vec_ref.npy similarity index 100% rename from pyramid/tests/test_dataset/phase_vec_ref.npy rename to tests/test_dataset/phase_vec_ref.npy diff --git a/pyramid/tests/test_fielddata.py b/tests/test_fielddata.py similarity index 100% rename from pyramid/tests/test_fielddata.py rename to tests/test_fielddata.py diff --git a/pyramid/tests/test_fielddata/magdata_flipx.hdf5 b/tests/test_fielddata/magdata_flipx.hdf5 similarity index 100% rename from pyramid/tests/test_fielddata/magdata_flipx.hdf5 rename to tests/test_fielddata/magdata_flipx.hdf5 diff --git a/pyramid/tests/test_fielddata/magdata_flipy.hdf5 b/tests/test_fielddata/magdata_flipy.hdf5 similarity index 100% rename from pyramid/tests/test_fielddata/magdata_flipy.hdf5 rename to tests/test_fielddata/magdata_flipy.hdf5 diff --git a/pyramid/tests/test_fielddata/magdata_flipz.hdf5 b/tests/test_fielddata/magdata_flipz.hdf5 similarity index 100% rename from pyramid/tests/test_fielddata/magdata_flipz.hdf5 rename to tests/test_fielddata/magdata_flipz.hdf5 diff --git a/pyramid/tests/test_fielddata/magdata_orig.hdf5 b/tests/test_fielddata/magdata_orig.hdf5 similarity index 100% rename from pyramid/tests/test_fielddata/magdata_orig.hdf5 rename to tests/test_fielddata/magdata_orig.hdf5 diff --git a/pyramid/tests/test_fielddata/magdata_ref_load.hdf5 b/tests/test_fielddata/magdata_ref_load.hdf5 similarity index 100% rename from pyramid/tests/test_fielddata/magdata_ref_load.hdf5 rename to tests/test_fielddata/magdata_ref_load.hdf5 diff --git a/pyramid/tests/test_fielddata/magdata_ref_load.txt b/tests/test_fielddata/magdata_ref_load.txt similarity index 100% rename from pyramid/tests/test_fielddata/magdata_ref_load.txt rename to tests/test_fielddata/magdata_ref_load.txt diff --git a/pyramid/tests/test_fielddata/magdata_rotx.hdf5 b/tests/test_fielddata/magdata_rotx.hdf5 similarity index 100% rename from pyramid/tests/test_fielddata/magdata_rotx.hdf5 rename to tests/test_fielddata/magdata_rotx.hdf5 diff --git a/pyramid/tests/test_fielddata/magdata_roty.hdf5 b/tests/test_fielddata/magdata_roty.hdf5 similarity index 100% rename from pyramid/tests/test_fielddata/magdata_roty.hdf5 rename to tests/test_fielddata/magdata_roty.hdf5 diff --git a/pyramid/tests/test_fielddata/magdata_rotz.hdf5 b/tests/test_fielddata/magdata_rotz.hdf5 similarity index 100% rename from pyramid/tests/test_fielddata/magdata_rotz.hdf5 rename to tests/test_fielddata/magdata_rotz.hdf5 diff --git a/pyramid/tests/test_forwardmodel.py b/tests/test_forwardmodel.py similarity index 100% rename from pyramid/tests/test_forwardmodel.py rename to tests/test_forwardmodel.py diff --git a/pyramid/tests/test_forwardmodel/jac.npy b/tests/test_forwardmodel/jac.npy similarity index 100% rename from pyramid/tests/test_forwardmodel/jac.npy rename to tests/test_forwardmodel/jac.npy diff --git a/pyramid/tests/test_forwardmodel/phasemap_ref.hdf5 b/tests/test_forwardmodel/phasemap_ref.hdf5 similarity index 100% rename from pyramid/tests/test_forwardmodel/phasemap_ref.hdf5 rename to tests/test_forwardmodel/phasemap_ref.hdf5 diff --git a/pyramid/tests/test_kernel.py b/tests/test_kernel.py similarity index 100% rename from pyramid/tests/test_kernel.py rename to tests/test_kernel.py diff --git a/pyramid/tests/test_kernel/ref_u.npy b/tests/test_kernel/ref_u.npy similarity index 100% rename from pyramid/tests/test_kernel/ref_u.npy rename to tests/test_kernel/ref_u.npy diff --git a/pyramid/tests/test_kernel/ref_u_fft.npy b/tests/test_kernel/ref_u_fft.npy similarity index 100% rename from pyramid/tests/test_kernel/ref_u_fft.npy rename to tests/test_kernel/ref_u_fft.npy diff --git a/pyramid/tests/test_kernel/ref_v.npy b/tests/test_kernel/ref_v.npy similarity index 100% rename from pyramid/tests/test_kernel/ref_v.npy rename to tests/test_kernel/ref_v.npy diff --git a/pyramid/tests/test_kernel/ref_v_fft.npy b/tests/test_kernel/ref_v_fft.npy similarity index 100% rename from pyramid/tests/test_kernel/ref_v_fft.npy rename to tests/test_kernel/ref_v_fft.npy diff --git a/pyramid/tests/test_magcreator.py b/tests/test_magcreator.py similarity index 100% rename from pyramid/tests/test_magcreator.py rename to tests/test_magcreator.py diff --git a/pyramid/tests/test_magcreator/ref_disc_x.npy b/tests/test_magcreator/ref_disc_x.npy similarity index 100% rename from pyramid/tests/test_magcreator/ref_disc_x.npy rename to tests/test_magcreator/ref_disc_x.npy diff --git a/pyramid/tests/test_magcreator/ref_disc_y.npy b/tests/test_magcreator/ref_disc_y.npy similarity index 100% rename from pyramid/tests/test_magcreator/ref_disc_y.npy rename to tests/test_magcreator/ref_disc_y.npy diff --git a/pyramid/tests/test_magcreator/ref_disc_z.npy b/tests/test_magcreator/ref_disc_z.npy similarity index 100% rename from pyramid/tests/test_magcreator/ref_disc_z.npy rename to tests/test_magcreator/ref_disc_z.npy diff --git a/pyramid/tests/test_magcreator/ref_ellipse_x.npy b/tests/test_magcreator/ref_ellipse_x.npy similarity index 100% rename from pyramid/tests/test_magcreator/ref_ellipse_x.npy rename to tests/test_magcreator/ref_ellipse_x.npy diff --git a/pyramid/tests/test_magcreator/ref_ellipse_y.npy b/tests/test_magcreator/ref_ellipse_y.npy similarity index 100% rename from pyramid/tests/test_magcreator/ref_ellipse_y.npy rename to tests/test_magcreator/ref_ellipse_y.npy diff --git a/pyramid/tests/test_magcreator/ref_ellipse_z.npy b/tests/test_magcreator/ref_ellipse_z.npy similarity index 100% rename from pyramid/tests/test_magcreator/ref_ellipse_z.npy rename to tests/test_magcreator/ref_ellipse_z.npy diff --git a/pyramid/tests/test_magcreator/ref_ellipsoid.npy b/tests/test_magcreator/ref_ellipsoid.npy similarity index 100% rename from pyramid/tests/test_magcreator/ref_ellipsoid.npy rename to tests/test_magcreator/ref_ellipsoid.npy diff --git a/pyramid/tests/test_magcreator/ref_fil_x.npy b/tests/test_magcreator/ref_fil_x.npy similarity index 100% rename from pyramid/tests/test_magcreator/ref_fil_x.npy rename to tests/test_magcreator/ref_fil_x.npy diff --git a/pyramid/tests/test_magcreator/ref_fil_y.npy b/tests/test_magcreator/ref_fil_y.npy similarity index 100% rename from pyramid/tests/test_magcreator/ref_fil_y.npy rename to tests/test_magcreator/ref_fil_y.npy diff --git a/pyramid/tests/test_magcreator/ref_fil_z.npy b/tests/test_magcreator/ref_fil_z.npy similarity index 100% rename from pyramid/tests/test_magcreator/ref_fil_z.npy rename to tests/test_magcreator/ref_fil_z.npy diff --git a/pyramid/tests/test_magcreator/ref_mag_disc.npy b/tests/test_magcreator/ref_mag_disc.npy similarity index 100% rename from pyramid/tests/test_magcreator/ref_mag_disc.npy rename to tests/test_magcreator/ref_mag_disc.npy diff --git a/pyramid/tests/test_magcreator/ref_mag_vort.npy b/tests/test_magcreator/ref_mag_vort.npy similarity index 100% rename from pyramid/tests/test_magcreator/ref_mag_vort.npy rename to tests/test_magcreator/ref_mag_vort.npy diff --git a/pyramid/tests/test_magcreator/ref_pixel.npy b/tests/test_magcreator/ref_pixel.npy similarity index 100% rename from pyramid/tests/test_magcreator/ref_pixel.npy rename to tests/test_magcreator/ref_pixel.npy diff --git a/pyramid/tests/test_magcreator/ref_slab.npy b/tests/test_magcreator/ref_slab.npy similarity index 100% rename from pyramid/tests/test_magcreator/ref_slab.npy rename to tests/test_magcreator/ref_slab.npy diff --git a/pyramid/tests/test_magcreator/ref_sphere.npy b/tests/test_magcreator/ref_sphere.npy similarity index 100% rename from pyramid/tests/test_magcreator/ref_sphere.npy rename to tests/test_magcreator/ref_sphere.npy diff --git a/pyramid/tests/test_phasemap.py b/tests/test_phasemap.py similarity index 100% rename from pyramid/tests/test_phasemap.py rename to tests/test_phasemap.py diff --git a/pyramid/tests/test_phasemap/ref_phasemap.hdf5 b/tests/test_phasemap/ref_phasemap.hdf5 similarity index 100% rename from pyramid/tests/test_phasemap/ref_phasemap.hdf5 rename to tests/test_phasemap/ref_phasemap.hdf5 diff --git a/pyramid/tests/test_phasemap/ref_phasemap.txt b/tests/test_phasemap/ref_phasemap.txt similarity index 100% rename from pyramid/tests/test_phasemap/ref_phasemap.txt rename to tests/test_phasemap/ref_phasemap.txt diff --git a/pyramid/tests/test_phasemapper.py b/tests/test_phasemapper.py similarity index 100% rename from pyramid/tests/test_phasemapper.py rename to tests/test_phasemapper.py diff --git a/pyramid/tests/test_phasemapper/charge_phase_ref.hdf5 b/tests/test_phasemapper/charge_phase_ref.hdf5 similarity index 100% rename from pyramid/tests/test_phasemapper/charge_phase_ref.hdf5 rename to tests/test_phasemapper/charge_phase_ref.hdf5 diff --git a/pyramid/tests/test_phasemapper/charge_proj.hdf5 b/tests/test_phasemapper/charge_proj.hdf5 similarity index 100% rename from pyramid/tests/test_phasemapper/charge_proj.hdf5 rename to tests/test_phasemapper/charge_proj.hdf5 diff --git a/pyramid/tests/test_phasemapper/elec_proj.hdf5 b/tests/test_phasemapper/elec_proj.hdf5 similarity index 100% rename from pyramid/tests/test_phasemapper/elec_proj.hdf5 rename to tests/test_phasemapper/elec_proj.hdf5 diff --git a/pyramid/tests/test_phasemapper/jac.npy b/tests/test_phasemapper/jac.npy similarity index 100% rename from pyramid/tests/test_phasemapper/jac.npy rename to tests/test_phasemapper/jac.npy diff --git a/pyramid/tests/test_phasemapper/jac_fc.npy b/tests/test_phasemapper/jac_fc.npy similarity index 100% rename from pyramid/tests/test_phasemapper/jac_fc.npy rename to tests/test_phasemapper/jac_fc.npy diff --git a/pyramid/tests/test_phasemapper/jac_fc_pad1.npy b/tests/test_phasemapper/jac_fc_pad1.npy similarity index 100% rename from pyramid/tests/test_phasemapper/jac_fc_pad1.npy rename to tests/test_phasemapper/jac_fc_pad1.npy diff --git a/pyramid/tests/test_phasemapper/jac_fc_pad10.npy b/tests/test_phasemapper/jac_fc_pad10.npy similarity index 100% rename from pyramid/tests/test_phasemapper/jac_fc_pad10.npy rename to tests/test_phasemapper/jac_fc_pad10.npy diff --git a/pyramid/tests/test_phasemapper/mag_proj.hdf5 b/tests/test_phasemapper/mag_proj.hdf5 similarity index 100% rename from pyramid/tests/test_phasemapper/mag_proj.hdf5 rename to tests/test_phasemapper/mag_proj.hdf5 diff --git a/pyramid/tests/test_phasemapper/phasemap.hdf5 b/tests/test_phasemapper/phasemap.hdf5 similarity index 100% rename from pyramid/tests/test_phasemapper/phasemap.hdf5 rename to tests/test_phasemapper/phasemap.hdf5 diff --git a/pyramid/tests/test_phasemapper/phasemap_elec.hdf5 b/tests/test_phasemapper/phasemap_elec.hdf5 similarity index 100% rename from pyramid/tests/test_phasemapper/phasemap_elec.hdf5 rename to tests/test_phasemapper/phasemap_elec.hdf5 diff --git a/pyramid/tests/test_phasemapper/phasemap_fc.hdf5 b/tests/test_phasemapper/phasemap_fc.hdf5 similarity index 100% rename from pyramid/tests/test_phasemapper/phasemap_fc.hdf5 rename to tests/test_phasemapper/phasemap_fc.hdf5 diff --git a/pyramid/tests/test_phasemapper/phasemap_fc_pad1.hdf5 b/tests/test_phasemapper/phasemap_fc_pad1.hdf5 similarity index 100% rename from pyramid/tests/test_phasemapper/phasemap_fc_pad1.hdf5 rename to tests/test_phasemapper/phasemap_fc_pad1.hdf5 diff --git a/pyramid/tests/test_phasemapper/phasemap_fc_pad10.hdf5 b/tests/test_phasemapper/phasemap_fc_pad10.hdf5 similarity index 100% rename from pyramid/tests/test_phasemapper/phasemap_fc_pad10.hdf5 rename to tests/test_phasemapper/phasemap_fc_pad10.hdf5 diff --git a/pyramid/tests/test_pm.py b/tests/test_pm.py similarity index 100% rename from pyramid/tests/test_pm.py rename to tests/test_pm.py diff --git a/pyramid/tests/test_projector.py b/tests/test_projector.py similarity index 100% rename from pyramid/tests/test_projector.py rename to tests/test_projector.py diff --git a/pyramid/tests/test_projector/jac_x.npy b/tests/test_projector/jac_x.npy similarity index 100% rename from pyramid/tests/test_projector/jac_x.npy rename to tests/test_projector/jac_x.npy diff --git a/pyramid/tests/test_projector/jac_x00.npy b/tests/test_projector/jac_x00.npy similarity index 100% rename from pyramid/tests/test_projector/jac_x00.npy rename to tests/test_projector/jac_x00.npy diff --git a/pyramid/tests/test_projector/jac_x45.npy b/tests/test_projector/jac_x45.npy similarity index 100% rename from pyramid/tests/test_projector/jac_x45.npy rename to tests/test_projector/jac_x45.npy diff --git a/pyramid/tests/test_projector/jac_x90.npy b/tests/test_projector/jac_x90.npy similarity index 100% rename from pyramid/tests/test_projector/jac_x90.npy rename to tests/test_projector/jac_x90.npy diff --git a/pyramid/tests/test_projector/jac_y.npy b/tests/test_projector/jac_y.npy similarity index 100% rename from pyramid/tests/test_projector/jac_y.npy rename to tests/test_projector/jac_y.npy diff --git a/pyramid/tests/test_projector/jac_y00.npy b/tests/test_projector/jac_y00.npy similarity index 100% rename from pyramid/tests/test_projector/jac_y00.npy rename to tests/test_projector/jac_y00.npy diff --git a/pyramid/tests/test_projector/jac_y45.npy b/tests/test_projector/jac_y45.npy similarity index 100% rename from pyramid/tests/test_projector/jac_y45.npy rename to tests/test_projector/jac_y45.npy diff --git a/pyramid/tests/test_projector/jac_y90.npy b/tests/test_projector/jac_y90.npy similarity index 100% rename from pyramid/tests/test_projector/jac_y90.npy rename to tests/test_projector/jac_y90.npy diff --git a/pyramid/tests/test_projector/jac_z.npy b/tests/test_projector/jac_z.npy similarity index 100% rename from pyramid/tests/test_projector/jac_z.npy rename to tests/test_projector/jac_z.npy diff --git a/pyramid/tests/test_projector/ref_mag_proj_x.hdf5 b/tests/test_projector/ref_mag_proj_x.hdf5 similarity index 100% rename from pyramid/tests/test_projector/ref_mag_proj_x.hdf5 rename to tests/test_projector/ref_mag_proj_x.hdf5 diff --git a/pyramid/tests/test_projector/ref_mag_proj_x00.hdf5 b/tests/test_projector/ref_mag_proj_x00.hdf5 similarity index 100% rename from pyramid/tests/test_projector/ref_mag_proj_x00.hdf5 rename to tests/test_projector/ref_mag_proj_x00.hdf5 diff --git a/pyramid/tests/test_projector/ref_mag_proj_x45.hdf5 b/tests/test_projector/ref_mag_proj_x45.hdf5 similarity index 100% rename from pyramid/tests/test_projector/ref_mag_proj_x45.hdf5 rename to tests/test_projector/ref_mag_proj_x45.hdf5 diff --git a/pyramid/tests/test_projector/ref_mag_proj_x90.hdf5 b/tests/test_projector/ref_mag_proj_x90.hdf5 similarity index 100% rename from pyramid/tests/test_projector/ref_mag_proj_x90.hdf5 rename to tests/test_projector/ref_mag_proj_x90.hdf5 diff --git a/pyramid/tests/test_projector/ref_mag_proj_y.hdf5 b/tests/test_projector/ref_mag_proj_y.hdf5 similarity index 100% rename from pyramid/tests/test_projector/ref_mag_proj_y.hdf5 rename to tests/test_projector/ref_mag_proj_y.hdf5 diff --git a/pyramid/tests/test_projector/ref_mag_proj_y00.hdf5 b/tests/test_projector/ref_mag_proj_y00.hdf5 similarity index 100% rename from pyramid/tests/test_projector/ref_mag_proj_y00.hdf5 rename to tests/test_projector/ref_mag_proj_y00.hdf5 diff --git a/pyramid/tests/test_projector/ref_mag_proj_y45.hdf5 b/tests/test_projector/ref_mag_proj_y45.hdf5 similarity index 100% rename from pyramid/tests/test_projector/ref_mag_proj_y45.hdf5 rename to tests/test_projector/ref_mag_proj_y45.hdf5 diff --git a/pyramid/tests/test_projector/ref_mag_proj_y90.hdf5 b/tests/test_projector/ref_mag_proj_y90.hdf5 similarity index 100% rename from pyramid/tests/test_projector/ref_mag_proj_y90.hdf5 rename to tests/test_projector/ref_mag_proj_y90.hdf5 diff --git a/pyramid/tests/test_projector/ref_mag_proj_z.hdf5 b/tests/test_projector/ref_mag_proj_z.hdf5 similarity index 100% rename from pyramid/tests/test_projector/ref_mag_proj_z.hdf5 rename to tests/test_projector/ref_mag_proj_z.hdf5 diff --git a/pyramid/tests/test_projector/ref_magdata.hdf5 b/tests/test_projector/ref_magdata.hdf5 similarity index 100% rename from pyramid/tests/test_projector/ref_magdata.hdf5 rename to tests/test_projector/ref_magdata.hdf5 diff --git a/pyramid/tests/test_regularisator.py b/tests/test_regularisator.py similarity index 100% rename from pyramid/tests/test_regularisator.py rename to tests/test_regularisator.py diff --git a/pyramid/tests/test_regularisator/first_order_cost_ref.npy b/tests/test_regularisator/first_order_cost_ref.npy similarity index 100% rename from pyramid/tests/test_regularisator/first_order_cost_ref.npy rename to tests/test_regularisator/first_order_cost_ref.npy diff --git a/pyramid/tests/test_regularisator/first_order_jac_ref.npy b/tests/test_regularisator/first_order_jac_ref.npy similarity index 100% rename from pyramid/tests/test_regularisator/first_order_jac_ref.npy rename to tests/test_regularisator/first_order_jac_ref.npy diff --git a/pyramid/tests/test_regularisator/first_order_jac_vec_ref.npy b/tests/test_regularisator/first_order_jac_vec_ref.npy similarity index 100% rename from pyramid/tests/test_regularisator/first_order_jac_vec_ref.npy rename to tests/test_regularisator/first_order_jac_vec_ref.npy -- GitLab