Skip to content

Commit

Permalink
Invert id_reg list
Browse files Browse the repository at this point in the history
  • Loading branch information
pbarbarant committed Dec 14, 2023
1 parent 58cdfee commit e0b5172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ def plot_surface_map(
# plus ``(1 - id_reg)`` times the transport plan computed by FUGW.

# Set of weights for the regularization parameter
id_reg = [.0, .5, 1.]
id_reg = [1.0, 0.5, 0.0]

fig = plt.figure(figsize=(3 * 5, 4))
fig.suptitle(
Expand Down

0 comments on commit e0b5172

Please sign in to comment.