Thanks. I think I misunderstood you. There is a instance method called masses where all the numbers are mentioned. The class variable masses that I used there was just because masses were not understood but that one can be deleted. Roelof Op 31-12-2019 om 12:18 schreef jtuchel@objektfabrik.de:
I only skimmed over your code briefly. It seems you implemented a class method #masses which returns stuff, but never call that method. You reference the class var #masses which is never initialized.
So I guess there should be some place where you assign the return value of #masses to the masses variable....?
HTH
Joachim
Am 31.12.19 um 12:00 schrieb Roelof Wobben:
Hello,
Im still trying to make part1 of day2 working at a way I can also test things. the tests are working but when I call on the class side the method which should reed the masses which are on the instanc side , the masses cannnot be found.
So question 1 is why is masses not found.
and question 2Â is how can I use the changed array at the process method so I can calculate the outcome.
Regards,
Roelof