Skip to content

Commit

Permalink
Update domain_colouring_universal.py
Browse files Browse the repository at this point in the history
Patch fix for unused variable assignment {power}.
  • Loading branch information
VinayR-GitHub authored Dec 13, 2023
1 parent 55dcbfb commit 1e67dd7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions graphing/domain_colouring_universal.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ def user_mapping(colmap_co, colmap_wm, colmap_ph):
dim_Im,
title,
sat,
A
A,
power
)
mpl.subplot(2, 3, 3)
domain_plot(
Expand Down Expand Up @@ -216,7 +217,8 @@ def user_mapping(colmap_co, colmap_wm, colmap_ph):
[z_dim [2], z_dim [3]],
"$f(z)=z$",
sat,
A
A,
power
)
mpl.subplot(2, 3, 6)
domain_plot(
Expand Down

0 comments on commit 1e67dd7

Please sign in to comment.