From: Nathan TeBlunthuis Date: Fri, 1 Jul 2022 06:01:07 +0000 (-0700) Subject: fix bug in makefile X-Git-Url: https://code.communitydata.science/ml_measurement_error_public.git/commitdiff_plain/cb3f850c24bdb1c84afaf4902b33061c4460a42d fix bug in makefile --- diff --git a/simulations/Makefile b/simulations/Makefile index 6f6ff5b..2b18fea 100644 --- a/simulations/Makefile +++ b/simulations/Makefile @@ -39,11 +39,10 @@ example_3.feather: example_3_jobs sbatch --wait --verbose --array=1-3000 run_simulation.sbatch 0 example_3_jobs sbatch --wait --verbose --array=3001-6000 run_simulation.sbatch 0 example_3_jobs -remembr.RDS:example_2_B.feather example_1.feather example_2.feather example_3.feather +remembr.RDS:example_1.feather example_2.feather example_3.feather ${srun} Rscript plot_example.R --infile example_1.feather --name "plot.df.example.1" ${srun} Rscript plot_example.R --infile example_2.feather --name "plot.df.example.2" ${srun} Rscript plot_dv_example.R --infile example_3.feather --name "plot.df.example.3" -# ${srun} Rscript plot_example.R --infile example_2_B.feather --name "plot.df.example.2B" clean: rm *.feather