ReadingClouds / Subfilter

python code to compute sub-filter quantities from MONC output.
0 stars 1 forks source link

Updated spectra.py #30

Closed SheriffOfRobinhood closed 4 weeks ago

SheriffOfRobinhood commented 1 month ago

Changing line 534: np.int( ) to int( ), as np.int is depreciated in numpy and changing thus will not modify any behavior and is safe.