Skip to content

Commit

Permalink
close client
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Feb 23, 2024
1 parent 623c60a commit a1c660b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/estimark/calibration/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
exp_nest = 1 # Number of times to "exponentially nest" when constructing a_grid
aXtraMin = 0.001 # Minimum end-of-period "assets above minimum" value
aXtraMax = 100 # Maximum end-of-period "assets above minimum" value
aXtraCount = 100 # Number of points in the grid of "assets above minimum"
aXtraCount = 200 # Number of points in the grid of "assets above minimum"

# Artificial borrowing constraint; imposed minimum level of end-of period assets
BoroCnstArt = 0.0
Expand Down
4 changes: 4 additions & 0 deletions code/run_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ def run_replication():

dask.compute(*lazy_results)

client.close()

print("All replications complete.")


if __name__ == "__main__":
run_replication()
2 changes: 1 addition & 1 deletion code/tables/IndShock_estimate_results.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DiscFacAdj,CRRA
0.9562452937085999,1.3387414303918428
0.9564067036912898,1.3327634296841504
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DiscFacAdj,CRRA
0.9911792106436964,6.034080037474213
0.9911792224594733,6.034080046465693
Expand Down

0 comments on commit a1c660b

Please sign in to comment.