Skip to content

Commit

Permalink
restored proper default behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
jmason42 committed May 24, 2018
1 parent b5a3a96 commit dbb52e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution_shift.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
)

(residuals_penalized, indexing_penalized) = figure5.get_residuals_and_indexing(
os.path.join('out', 'all_scaled_upper_sat_limits_1e-1')
os.path.join('out', 'all_scaled_upper_sat_limits_1e2')
)

assert np.all(indexing_standard == indexing_penalized)
Expand Down

0 comments on commit dbb52e9

Please sign in to comment.