Skip to content

Commit

Permalink
Work on python workflow, enabling others.
Browse files Browse the repository at this point in the history
  • Loading branch information
awsteiner committed Jul 21, 2024
1 parent d4a9590 commit 128897d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/other/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ interp2_neigh.scr: interp2_neigh_ts$(EXEEXT)
interpm_idw.scr: interpm_idw_ts$(EXEEXT)
./interpm_idw_ts$(EXEEXT) > interpm_idw.scr
interpm_python.scr: interpm_python_ts$(EXEEXT)
./interpm_python_ts$(EXEEXT) > interpm_python.scr
./interpm_python_ts$(EXEEXT) | tee interpm_python.scr
gmm_python.scr: gmm_python_ts$(EXEEXT)
./gmm_python_ts$(EXEEXT) > gmm_python.scr
kde_python.scr: kde_python_ts$(EXEEXT)
Expand Down

0 comments on commit 128897d

Please sign in to comment.