From d6ed1f7de7eaf83ee51b54e4301253a328382bc6 Mon Sep 17 00:00:00 2001 From: mochell Date: Tue, 17 Sep 2024 14:15:00 -0600 Subject: [PATCH] renamed tests to test --- {tests => test}/B01_1D_regtest_wave_growth.jl | 0 {tests => test}/B02_2D_regtest_netCDF.jl | 0 .../B03_2D_regtest_moving_fetch_netCDF.jl | 0 {tests => test}/T01_test_PIC_1D.jl | 0 {tests => test}/T01_test_TemoporalFetchRelatoins.jl | 0 {tests => test}/T02_single_particle_1d.jl | 0 {tests => test}/T02_single_particle_2d.jl | 0 {tests => test}/T02_single_paticle_2d_benchmark.jl | 0 {tests => test}/T03_PIC_propagation_1d.jl | 0 {tests => test}/T04_2D_box_2d.jl | 0 {tests => test}/T04_2D_box_diagonal_BC.jl | 0 {tests => test}/T04_2D_box_rotation.jl | 0 {tests => test}/T04_2D_growing_decaying_winds.jl | 0 {tests => test}/T04_2D_on_off_particle_tests.jl | 0 {tests => test}/T04_2D_reg_test.jl | 2 +- {tests => test}/T04_2D_reg_test_large_grid.jl | 0 {tests => test}/T04_2D_reg_test_netCDF.jl | 0 {tests => test}/T05_scaling_test_plane.jl | 0 .../T02_2D_hald_domain_periodictrue_U-10_V-10.gif | Bin .../T02_2D_hald_domain_periodictrue_U-10_V0.gif | Bin .../T02_2D_hald_domain_periodictrue_U-10_V10.gif | Bin .../T02_2D_hald_domain_periodictrue_U0_V-10.gif | Bin .../T02_2D_hald_domain_periodictrue_U0_V0.gif | Bin .../T02_2D_hald_domain_periodictrue_U0_V10.gif | Bin .../T02_2D_hald_domain_periodictrue_U10_V-10.gif | Bin .../T02_2D_hald_domain_periodictrue_U10_V0.gif | Bin .../T02_2D_hald_domain_periodictrue_U10_V10.gif | Bin .../T02_2D_periodicfalse_U-10_V-10.gif | Bin .../T04_2D_regtest/T02_2D_periodicfalse_U-10_V0.gif | Bin .../T02_2D_periodicfalse_U-10_V10.gif | Bin .../T04_2D_regtest/T02_2D_periodicfalse_U0_V-10.gif | Bin .../T04_2D_regtest/T02_2D_periodicfalse_U0_V0.gif | Bin .../T04_2D_regtest/T02_2D_periodicfalse_U0_V10.gif | Bin .../T02_2D_periodicfalse_U10_V-10.gif | Bin .../T04_2D_regtest/T02_2D_periodicfalse_U10_V0.gif | Bin .../T04_2D_regtest/T02_2D_periodicfalse_U10_V10.gif | Bin {tests => test}/reg_test_1D.jl | 0 {tests => test}/runtests.jl | 0 {tests => test}/xProject.toml | 0 39 files changed, 1 insertion(+), 1 deletion(-) rename {tests => test}/B01_1D_regtest_wave_growth.jl (100%) rename {tests => test}/B02_2D_regtest_netCDF.jl (100%) rename {tests => test}/B03_2D_regtest_moving_fetch_netCDF.jl (100%) rename {tests => test}/T01_test_PIC_1D.jl (100%) rename {tests => test}/T01_test_TemoporalFetchRelatoins.jl (100%) rename {tests => test}/T02_single_particle_1d.jl (100%) rename {tests => test}/T02_single_particle_2d.jl (100%) rename {tests => test}/T02_single_paticle_2d_benchmark.jl (100%) rename {tests => test}/T03_PIC_propagation_1d.jl (100%) rename {tests => test}/T04_2D_box_2d.jl (100%) rename {tests => test}/T04_2D_box_diagonal_BC.jl (100%) rename {tests => test}/T04_2D_box_rotation.jl (100%) rename {tests => test}/T04_2D_growing_decaying_winds.jl (100%) rename {tests => test}/T04_2D_on_off_particle_tests.jl (100%) rename {tests => test}/T04_2D_reg_test.jl (99%) rename {tests => test}/T04_2D_reg_test_large_grid.jl (100%) rename {tests => test}/T04_2D_reg_test_netCDF.jl (100%) rename {tests => test}/T05_scaling_test_plane.jl (100%) rename {tests/plots/tests => test/plots/test}/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U-10_V-10.gif (100%) rename {tests/plots/tests => test/plots/test}/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U-10_V0.gif (100%) rename {tests/plots/tests => test/plots/test}/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U-10_V10.gif (100%) rename {tests/plots/tests => test/plots/test}/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U0_V-10.gif (100%) rename {tests/plots/tests => test/plots/test}/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U0_V0.gif (100%) rename {tests/plots/tests => test/plots/test}/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U0_V10.gif (100%) rename {tests/plots/tests => test/plots/test}/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U10_V-10.gif (100%) rename {tests/plots/tests => test/plots/test}/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U10_V0.gif (100%) rename {tests/plots/tests => test/plots/test}/T04_2D_regtest/T02_2D_hald_domain_periodictrue_U10_V10.gif (100%) rename {tests/plots/tests => test/plots/test}/T04_2D_regtest/T02_2D_periodicfalse_U-10_V-10.gif (100%) rename {tests/plots/tests => test/plots/test}/T04_2D_regtest/T02_2D_periodicfalse_U-10_V0.gif (100%) rename {tests/plots/tests => test/plots/test}/T04_2D_regtest/T02_2D_periodicfalse_U-10_V10.gif (100%) rename {tests/plots/tests => test/plots/test}/T04_2D_regtest/T02_2D_periodicfalse_U0_V-10.gif (100%) rename {tests/plots/tests => test/plots/test}/T04_2D_regtest/T02_2D_periodicfalse_U0_V0.gif (100%) rename {tests/plots/tests => test/plots/test}/T04_2D_regtest/T02_2D_periodicfalse_U0_V10.gif (100%) rename {tests/plots/tests => test/plots/test}/T04_2D_regtest/T02_2D_periodicfalse_U10_V-10.gif (100%) rename {tests/plots/tests => test/plots/test}/T04_2D_regtest/T02_2D_periodicfalse_U10_V0.gif (100%) rename {tests/plots/tests => test/plots/test}/T04_2D_regtest/T02_2D_periodicfalse_U10_V10.gif (100%) rename {tests => test}/reg_test_1D.jl (100%) rename {tests => test}/runtests.jl (100%) rename {tests => test}/xProject.toml (100%) 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