Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlouden committed Mar 12, 2017
1 parent 20cf7f1 commit c35edd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spiderman/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def plot_planet(spider_params,t,ax=False,min_temp=False,max_temp=False,temp_map=
max_temp = np.max(temps)

temps = planet[:,b_i]
print('min ',np.min(temps), 'max',np.max(temps))
# print('min ',np.min(temps), 'max',np.max(temps))

dp = ((max_temp-min_temp)*min_bright)

Expand Down

0 comments on commit c35edd5

Please sign in to comment.