Skip to content

Commit

Permalink
removing stray print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenthall committed Jul 3, 2024
1 parent 4f0f0e3 commit feacec7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions HARK/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ def construct_shocks(shock_data, scope):

dist_args[a] = arg_value

print(v)
print(dist_class)
print(dist_args)
dist = dist_class(**dist_args)

sd[v] = dist
Expand Down

0 comments on commit feacec7

Please sign in to comment.