You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add __repr__ method to PVSystem, LocalizedPVSystem, ModelChain, SingleAxisTracker, Location (#174)
* "add __repr__ function to class PVSystem and LocalizedPVSystem"
* update __repr__ in PVSystem and LocalizedPVSystem and add self.location in LocalizedPVSystem
* add __repr__ for SingleAxisTracker and LocalizedSingleAxisTracker and self.location
* add tests for __repr__() functions
* test function for SingelAxisTrackerand LocalizedSingleAxisTracker
* remove unnecassary location override and adjust __repr__ statement in Tracking
* adjust str to repr in location file
* add __repr__ to Modelchain
* correct bug in modelchain reppr test
* fix bug in test localized system repr and remove self.location in same
0 commit comments