]> code.communitydata.science - ml_measurement_error_public.git/commitdiff
fix bug in makefile
authorNathan TeBlunthuis <nathante@uw.edu>
Fri, 1 Jul 2022 06:01:07 +0000 (23:01 -0700)
committerNathan TeBlunthuis <nathante@uw.edu>
Fri, 1 Jul 2022 06:01:07 +0000 (23:01 -0700)
simulations/Makefile

index 6f6ff5b25df946a1efca8d83ae238416db1a4dc2..2b18fea4acb0a7bfb60a7281fbc0ebdd42c1a05b 100644 (file)
@@ -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

Community Data Science Collective || Want to submit a patch?