You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't yet figured out how to modify Makefile to address #380 so that I can run make puf-files (although it works fine for make cps-files), so I am running the individual puf-related programs in taxdata. I have encountered a problem:
taxdata/createpuf.py works fine
taxdata/puf_stage1/stage1.py works fine
taxdata/puf_stage2/stage2.py ran into the problem shown in the screenshot below -- it is looking for solver.jl in taxdata/ but in fact that file is in taxdata/puf_stage2/; I suspect the goal was to have a single solver.jl file in `/taxdata/' rather than separate versions for puf and cps as taxdata has now
I have copied my version of solver.jl (modified per #381) into taxdata/ and it is working fine so far, although this may not be the best solution. I will edit this note or add a new issue if I run into further issues.
The text was updated successfully, but these errors were encountered:
@donboyd5 I got a similar error when I was struggling to get the solver running. My error was because the solver never ran so 20**_output.npz was never written.
I haven't yet figured out how to modify Makefile to address #380 so that I can run
make puf-files
(although it works fine formake cps-files
), so I am running the individual puf-related programs in taxdata. I have encountered a problem:taxdata/createpuf.py
works finetaxdata/puf_stage1/stage1.py
works finetaxdata/puf_stage2/stage2.py
ran into the problem shown in the screenshot below -- it is looking for solver.jl intaxdata/
but in fact that file is intaxdata/puf_stage2/
; I suspect the goal was to have a single solver.jl file in `/taxdata/' rather than separate versions for puf and cps as taxdata has nowI have copied my version of
solver.jl
(modified per #381) intotaxdata/
and it is working fine so far, although this may not be the best solution. I will edit this note or add a new issue if I run into further issues.The text was updated successfully, but these errors were encountered: