LSSTDESC / DC2-analysis

General analysis tools for the DC2 Data Set.

Home Page:http://lsstdesc.org/DC2-analysis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo found in tutorial

fjaviersanchez opened this issue · comments

@saurabhwjha found a typo in https://github.com/LSSTDESC/DC2-analysis/blob/master/contributed/cosmoDC2_TheMovie.ipynb

In particular in the line plt.bar(hp['loc'].bvalues, hp['count'].values, step, color='w', edgecolor='k') it should be: plt.bar(hp['loc'].values, hp['count'].values, step, color='w', edgecolor='k')

I'll go ahead and quickly edit it

Thanks @saurabhwjha for spotting it, and @fjaviersanchez for taking care of it!

Closed by #71.