Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Mar 16, 2024
1 parent a08285f commit df7dcfa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions surfaces/visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ def objective_function_np(*args):
xi, yi = np.meshgrid(x_all, y_all)
zi = objective_function_np(xi, yi)

print("\n xi \n", xi, xi.shape, "\n")
print("\n yi \n", yi, yi.shape, "\n")
print("\n zi \n", zi, zi.shape, "\n")

return xi, yi, zi


Expand Down

0 comments on commit df7dcfa

Please sign in to comment.