LSSTDESC / DC2-analysis

General analysis tools for the DC2 Data Set.
http://lsstdesc.org/DC2-analysis/
BSD 3-Clause "New" or "Revised" License
24 stars 15 forks source link

Error in tutorial 2: 30. to 30 #147

Closed fjaviersanchez closed 4 years ago

fjaviersanchez commented 4 years ago

@marina-ricci found a bug in the 2nd object catalog tutorial at the time of generating the depth maps. np.linspace expects the number of bins as an integer and not a float as it is there now. Fixing in a future PR.