BESTenergytrade / simply

Simulation of Electricity Markets in Python
MIT License
4 stars 1 forks source link

Rename function/method get_price() #206

Closed TabeaMaria closed 1 year ago

TabeaMaria commented 1 year ago

In actor.py on branch main-workflow there is one function and one method get_price(). I would suggest to rename one of them.

j-ti commented 1 year ago

As the method is doing nothing but calling the non-class function with an added option-parameter, I think this is fine, they have the same/common purpose and be named the same.