diff --git a/tests/B01_1D_regtest_wave_growth.jl b/test/B01_1D_regtest_wave_growth.jl similarity index 100% rename from tests/B01_1D_regtest_wave_growth.jl rename to test/B01_1D_regtest_wave_growth.jl diff --git a/tests/B02_2D_regtest_netCDF.jl b/test/B02_2D_regtest_netCDF.jl similarity index 100% rename from tests/B02_2D_regtest_netCDF.jl rename to test/B02_2D_regtest_netCDF.jl diff --git a/tests/B03_2D_regtest_moving_fetch_netCDF.jl b/test/B03_2D_regtest_moving_fetch_netCDF.jl similarity index 100% rename from tests/B03_2D_regtest_moving_fetch_netCDF.jl rename to test/B03_2D_regtest_moving_fetch_netCDF.jl diff --git a/tests/T01_test_PIC_1D.jl b/test/T01_test_PIC_1D.jl similarity index 100% rename from tests/T01_test_PIC_1D.jl rename to test/T01_test_PIC_1D.jl diff --git a/tests/T01_test_TemoporalFetchRelatoins.jl b/test/T01_test_TemoporalFetchRelatoins.jl similarity index 100% rename from tests/T01_test_TemoporalFetchRelatoins.jl rename to test/T01_test_TemoporalFetchRelatoins.jl diff --git a/tests/T02_single_particle_1d.jl b/test/T02_single_particle_1d.jl similarity index 100% rename from tests/T02_single_particle_1d.jl rename to test/T02_single_particle_1d.jl diff --git a/tests/T02_single_particle_2d.jl b/test/T02_single_particle_2d.jl similarity index 100% rename from tests/T02_single_particle_2d.jl rename to test/T02_single_particle_2d.jl diff --git a/tests/T02_single_paticle_2d_benchmark.jl b/test/T02_single_paticle_2d_benchmark.jl similarity index 100% rename from tests/T02_single_paticle_2d_benchmark.jl rename to test/T02_single_paticle_2d_benchmark.jl diff --git a/tests/T03_PIC_propagation_1d.jl b/test/T03_PIC_propagation_1d.jl similarity index 100% rename from tests/T03_PIC_propagation_1d.jl rename to test/T03_PIC_propagation_1d.jl diff --git a/tests/T04_2D_box_2d.jl b/test/T04_2D_box_2d.jl similarity index 100% rename from tests/T04_2D_box_2d.jl rename to test/T04_2D_box_2d.jl diff --git a/tests/T04_2D_box_diagonal_BC.jl b/test/T04_2D_box_diagonal_BC.jl similarity index 100% rename from tests/T04_2D_box_diagonal_BC.jl rename to test/T04_2D_box_diagonal_BC.jl diff --git a/tests/T04_2D_box_rotation.jl b/test/T04_2D_box_rotation.jl similarity index 100% rename from tests/T04_2D_box_rotation.jl rename to test/T04_2D_box_rotation.jl diff --git a/tests/T04_2D_growing_decaying_winds.jl b/test/T04_2D_growing_decaying_winds.jl similarity index 100% rename from tests/T04_2D_growing_decaying_winds.jl rename to test/T04_2D_growing_decaying_winds.jl diff --git a/tests/T04_2D_on_off_particle_tests.jl b/test/T04_2D_on_off_particle_tests.jl similarity index 100% rename from tests/T04_2D_on_off_particle_tests.jl rename to test/T04_2D_on_off_particle_tests.jl diff --git a/tests/T04_2D_reg_test.jl b/test/T04_2D_reg_test.jl similarity index 99% rename from tests/T04_2D_reg_test.jl rename to test/T04_2D_reg_test.jl index d5f3da0..9188694 100644 --- a/tests/T04_2D_reg_test.jl +++ b/test/T04_2D_reg_test.jl @@ -33,7 +33,7 @@ using PiCLES.Plotting.movie: init_movie_2D_box_plot # %% -save_path = "plots/tests/T04_2D_regtest/" +save_path = "plots/test/T04_2D_regtest/" mkpath(save_path) ##### basic parameters diff --git a/tests/T04_2D_reg_test_large_grid.jl b/test/T04_2D_reg_test_large_grid.jl similarity index 100% rename from tests/T04_2D_reg_test_large_grid.jl rename to test/T04_2D_reg_test_large_grid.jl diff --git a/tests/T04_2D_reg_test_netCDF.jl b/test/T04_2D_reg_test_netCDF.jl similarity index 100% rename from tests/T04_2D_reg_test_netCDF.jl rename to test/T04_2D_reg_test_netCDF.jl diff --git a/tests/T05_scaling_test_plane.jl b/test/T05_scaling_test_plane.jl similarity index 100% rename from tests/T05_scaling_test_plane.jl rename to test/T05_scaling_test_plane.jl diff --git a/tests/plots/tests/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U-10_V-10.gif b/test/plots/test/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U-10_V-10.gif similarity index 100% rename from tests/plots/tests/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U-10_V-10.gif rename to test/plots/test/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U-10_V-10.gif diff --git a/tests/plots/tests/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U-10_V0.gif b/test/plots/test/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U-10_V0.gif similarity index 100% rename from tests/plots/tests/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U-10_V0.gif rename to test/plots/test/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U-10_V0.gif diff --git a/tests/plots/tests/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U-10_V10.gif b/test/plots/test/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U-10_V10.gif similarity index 100% rename from tests/plots/tests/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U-10_V10.gif rename to test/plots/test/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U-10_V10.gif diff --git a/tests/plots/tests/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U0_V-10.gif b/test/plots/test/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U0_V-10.gif similarity index 100% rename from tests/plots/tests/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U0_V-10.gif rename to test/plots/test/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U0_V-10.gif diff --git a/tests/plots/tests/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U0_V0.gif b/test/plots/test/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U0_V0.gif similarity index 100% rename from tests/plots/tests/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U0_V0.gif rename to test/plots/test/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U0_V0.gif diff --git a/tests/plots/tests/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U0_V10.gif b/test/plots/test/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U0_V10.gif similarity index 100% rename from tests/plots/tests/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U0_V10.gif rename to test/plots/test/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U0_V10.gif diff --git a/tests/plots/tests/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U10_V-10.gif b/test/plots/test/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U10_V-10.gif similarity index 100% rename from tests/plots/tests/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U10_V-10.gif rename to test/plots/test/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U10_V-10.gif diff --git a/tests/plots/tests/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U10_V0.gif b/test/plots/test/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U10_V0.gif similarity index 100% rename from tests/plots/tests/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U10_V0.gif rename to test/plots/test/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U10_V0.gif diff --git a/tests/plots/tests/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U10_V10.gif b/test/plots/test/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U10_V10.gif similarity index 100% rename from tests/plots/tests/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U10_V10.gif rename to test/plots/test/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U10_V10.gif diff --git a/tests/plots/tests/T04_2D_regtest/T02_2D_periodicfalse_U-10_V-10.gif b/test/plots/test/T04_2D_regtest/T02_2D_periodicfalse_U-10_V-10.gif similarity index 100% rename from tests/plots/tests/T04_2D_regtest/T02_2D_periodicfalse_U-10_V-10.gif rename to test/plots/test/T04_2D_regtest/T02_2D_periodicfalse_U-10_V-10.gif diff --git a/tests/plots/tests/T04_2D_regtest/T02_2D_periodicfalse_U-10_V0.gif b/test/plots/test/T04_2D_regtest/T02_2D_periodicfalse_U-10_V0.gif similarity index 100% rename from tests/plots/tests/T04_2D_regtest/T02_2D_periodicfalse_U-10_V0.gif rename to test/plots/test/T04_2D_regtest/T02_2D_periodicfalse_U-10_V0.gif diff --git a/tests/plots/tests/T04_2D_regtest/T02_2D_periodicfalse_U-10_V10.gif b/test/plots/test/T04_2D_regtest/T02_2D_periodicfalse_U-10_V10.gif similarity index 100% rename from tests/plots/tests/T04_2D_regtest/T02_2D_periodicfalse_U-10_V10.gif rename to test/plots/test/T04_2D_regtest/T02_2D_periodicfalse_U-10_V10.gif diff --git a/tests/plots/tests/T04_2D_regtest/T02_2D_periodicfalse_U0_V-10.gif b/test/plots/test/T04_2D_regtest/T02_2D_periodicfalse_U0_V-10.gif similarity index 100% rename from tests/plots/tests/T04_2D_regtest/T02_2D_periodicfalse_U0_V-10.gif rename to test/plots/test/T04_2D_regtest/T02_2D_periodicfalse_U0_V-10.gif diff --git a/tests/plots/tests/T04_2D_regtest/T02_2D_periodicfalse_U0_V0.gif b/test/plots/test/T04_2D_regtest/T02_2D_periodicfalse_U0_V0.gif similarity index 100% rename from tests/plots/tests/T04_2D_regtest/T02_2D_periodicfalse_U0_V0.gif rename to test/plots/test/T04_2D_regtest/T02_2D_periodicfalse_U0_V0.gif diff --git a/tests/plots/tests/T04_2D_regtest/T02_2D_periodicfalse_U0_V10.gif b/test/plots/test/T04_2D_regtest/T02_2D_periodicfalse_U0_V10.gif similarity index 100% rename from tests/plots/tests/T04_2D_regtest/T02_2D_periodicfalse_U0_V10.gif rename to test/plots/test/T04_2D_regtest/T02_2D_periodicfalse_U0_V10.gif diff --git a/tests/plots/tests/T04_2D_regtest/T02_2D_periodicfalse_U10_V-10.gif b/test/plots/test/T04_2D_regtest/T02_2D_periodicfalse_U10_V-10.gif similarity index 100% rename from tests/plots/tests/T04_2D_regtest/T02_2D_periodicfalse_U10_V-10.gif rename to test/plots/test/T04_2D_regtest/T02_2D_periodicfalse_U10_V-10.gif diff --git a/tests/plots/tests/T04_2D_regtest/T02_2D_periodicfalse_U10_V0.gif b/test/plots/test/T04_2D_regtest/T02_2D_periodicfalse_U10_V0.gif similarity index 100% rename from tests/plots/tests/T04_2D_regtest/T02_2D_periodicfalse_U10_V0.gif rename to test/plots/test/T04_2D_regtest/T02_2D_periodicfalse_U10_V0.gif diff --git a/tests/plots/tests/T04_2D_regtest/T02_2D_periodicfalse_U10_V10.gif b/test/plots/test/T04_2D_regtest/T02_2D_periodicfalse_U10_V10.gif similarity index 100% rename from tests/plots/tests/T04_2D_regtest/T02_2D_periodicfalse_U10_V10.gif rename to test/plots/test/T04_2D_regtest/T02_2D_periodicfalse_U10_V10.gif diff --git a/tests/reg_test_1D.jl b/test/reg_test_1D.jl similarity index 100% rename from tests/reg_test_1D.jl rename to test/reg_test_1D.jl diff --git a/tests/runtests.jl b/test/runtests.jl similarity index 100% rename from tests/runtests.jl rename to test/runtests.jl diff --git a/tests/xProject.toml b/test/xProject.toml similarity index 100% rename from tests/xProject.toml rename to test/xProject.toml