Skip to content

Commit

Permalink
#85: Updates code with functionality for export (printer warning TBC)
Browse files Browse the repository at this point in the history
  • Loading branch information
snairdesai committed Nov 14, 2023
1 parent 22d0a51 commit 803bd6c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
11 changes: 4 additions & 7 deletions paper_slides/log/make.log
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
--------------------------------------------------------------------------------
Makelog started: 2023-11-14 13:25:19
Makelog started: 2023-11-14 14:25:27
Working directory: /Users/sameernair-desai/Desktop/InstRes/SIEPR_RA/template/paper_slides
--------------------------------------------------------------------------------
Input copies successfully created!
External copies successfully created!
Source logs successfully written!
WARNING! The following target files have been modified according to git status:
/Users/sameernair-desai/Desktop/InstRes/SIEPR_RA/template/analysis/output/gps_scalars.xlsx
/Users/sameernair-desai/Desktop/InstRes/SIEPR_RA/template/data/output/chips_sold.pdf
Version logs successfully written!
/Users/sameernair-desai/Desktop/InstRes/SIEPR_RA/template/paper_slides/tables/skeletons/latex_test_widetable_extremecase.xlsx
/Users/sameernair-desai/Desktop/InstRes/SIEPR_RA/template/paper_slides/output/tables/skeletons/latex_test_widetable_extremecase.pdf
Error in `run_excel` for tables/skeletons/latex_test_widetable_extremecase.xlsx: [Errno 2] No such file or directory: '/Users/sameernair-desai/Desktop/InstRes/SIEPR_RA/template/paper_slides/output/tables/skeletons/latex_test_widetable_extremecase_temp.pdf' -> '/Users/sameernair-desai/Desktop/InstRes/SIEPR_RA/template/paper_slides/output/tables/skeletons/latex_test_widetable_extremecase.pdf'
/Users/sameernair-desai/Desktop/InstRes/SIEPR_RA/template/paper_slides/tables/skeletons/gps_widetable.xlsx
/Users/sameernair-desai/Desktop/InstRes/SIEPR_RA/template/paper_slides/output/tables/skeletons/gps_widetable.pdf
Error in `run_excel` for tables/skeletons/gps_widetable.xlsx: [Errno 2] No such file or directory: '/Users/sameernair-desai/Desktop/InstRes/SIEPR_RA/template/paper_slides/output/tables/skeletons/gps_widetable_temp.pdf' -> '/Users/sameernair-desai/Desktop/InstRes/SIEPR_RA/template/paper_slides/output/tables/skeletons/gps_widetable.pdf'
2 changes: 1 addition & 1 deletion paper_slides/log/source_stats.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
file name | last modified | file size
/Users/sameernair-desai/Desktop/InstRes/SIEPR_RA/template/analysis/output/gps_scalars.xlsx | 2023-11-09 23:32:53 | 6652
/Users/sameernair-desai/Desktop/InstRes/SIEPR_RA/template/analysis/output/regression.csv | 2023-11-09 23:32:47 | 58
/Users/sameernair-desai/Desktop/InstRes/SIEPR_RA/template/analysis/output/gps_scalars.xlsx | 2023-11-09 23:32:53 | 6652
/Users/sameernair-desai/Desktop/InstRes/SIEPR_RA/template/data/output/chips_sold.pdf | 2023-11-09 23:32:43 | 6920
2 changes: 1 addition & 1 deletion paper_slides/log/versions.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
Versions log started: 2023-11-14 13:25:20
Versions log started: 2023-11-14 14:25:28
--------------------------------------------------------------------------------
# packages in environment at /opt/homebrew/Caskroom/miniconda/base/envs/template:
#
Expand Down
2 changes: 1 addition & 1 deletion paper_slides/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# gs.run_latex(PATHS, program = 'code/slides.tex')
# gs.run_excel(PATHS, template = 'tables/skeletons/latex_test_widetable.xlsx')
# gs.run_excel(PATHS, template = 'tables/skeletons/latex_test_longtable_extremecase.xlsx')
gs.run_excel(PATHS, template = 'tables/skeletons/latex_test_widetable_extremecase.xlsx', scalar = False)
# gs.run_excel(PATHS, template = 'tables/skeletons/latex_test_widetable_extremecase.xlsx', scalar = False)
gs.run_excel(PATHS, template = 'tables/skeletons/gps_widetable.xlsx', scalar = 'tables/scalars/gps_scalars.xlsx')

### LOG OUTPUTS
Expand Down
Binary file added paper_slides/tables/skeletons/gps_widetable.pdf
Binary file not shown.

0 comments on commit 803bd6c

Please sign in to comment.