ShrRa / InterPython_Workshop_Example

A template of software project for the Intermediate Python for Astronomical Software Development workshop
1 stars 38 forks source link

Few typos noticed in one Lecture Object Oriented Programming #10

Open ilicdragana opened 7 months ago

ilicdragana commented 7 months ago

Hi @ShrRa I have noticed a typo "star = Variable(obj_id')" in the part describing dunder Methods, the example of the class Variable description.

Thanks!

ilicdragana commented 7 months ago

Also, @ShrRa please check the box "Properties" after this exercise: https://shrra.github.io/python-intermediate-development/35-object-oriented-programming/index.html#exercise-useful-methods-for-the-variable-class

the code line states: np.mean(self.lc['mags']) --> np.mean(self.lc['mag']) ?