Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Nov 3, 2023
1 parent eae57b5 commit 487c771
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/advanced/plot_standardization.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
z_dh.data[mask_glacier.data] = np.nan
z_dh.data[np.abs(z_dh.data) > 4] = np.nan


# %%
# We perform a scale-correction for the standardization, to ensure that the spread of the data is exactly 1.
# The NMAD is used as a robust measure for the spread (see :ref:`robuststats-nmad`).
Expand Down

0 comments on commit 487c771

Please sign in to comment.