Skip to content

Commit

Permalink
logoutput reduced
Browse files Browse the repository at this point in the history
  • Loading branch information
grro committed Apr 2, 2023
1 parent 90d4938 commit 92aa7af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pvpower/forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def add_current_power_reading(self, real_power: int):
annotated_sample = LabelledWeatherForecast.create(weather_sample,
self.__train_value_recorder.average,
time=self.__train_value_recorder.start_time)
logging.info("add train sample " + str(annotated_sample))
self.train_log.append(annotated_sample)
finally:
self.__train_value_recorder = ValueRecorder()
Expand Down
1 change: 0 additions & 1 deletion pvpower/mosmix.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ def get(self) -> MosmixS:
new_mosmix = self.__parent_loader.get()
merged_mosmix = new_mosmix.merge(mosmix)
merged_mosmix.save(cache_filename)
logging.info("Mosmix file updated " + str(merged_mosmix))
return merged_mosmix


Expand Down

0 comments on commit 92aa7af

Please sign in to comment.