Skip to content

Commit

Permalink
removed ipdb
Browse files Browse the repository at this point in the history
  • Loading branch information
jmason42 committed May 24, 2018
1 parent 599306d commit b5a3a96
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 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_1e2')
os.path.join('out', 'all_scaled_upper_sat_limits_1e-1')
)

assert np.all(indexing_standard == indexing_penalized)
Expand Down Expand Up @@ -61,5 +61,3 @@
out.append(figure5.COMPOUNDS_ORDERED[c])

print ':'.join(out)

import ipdb; ipdb.set_trace()

0 comments on commit b5a3a96

Please sign in to comment.