mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-21 18:03:54 +02:00
hotfix: Improve UI (#569)
Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
This commit is contained in:
@ -23,7 +23,7 @@ def test_sentiment_trend_figure(news_db: Session) -> None:
|
||||
|
||||
articles = articles.sort_values(by=["timestamp"], ascending=True)
|
||||
articles["rolling_mean"] = articles["overall_sentiment_label"].rolling(n).mean()
|
||||
sentiment_elements.sentiment_trend_figure(articles, n)
|
||||
sentiment_elements.sentiment_trend_figure(articles)
|
||||
|
||||
|
||||
def test_sentiment_gauge_figure() -> None:
|
||||
|
Reference in New Issue
Block a user