GCES-Pydemic/pydemic-ui

[BUG] Failure to render graphs in forecast.py

开放

#33 创建于 2020年10月19日

 (0 条评论) (0 个反应) (0 位负责人)Python (0 个派生)auto 404
bughelp wanted

仓库指标

星标
 (0 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Describe the bug When running the file forecast.py with streamlit, an error occurs saying TypeError: cannot be interpreted as a callable: 0.2694201059663351

To Reproduce Steps to reproduce the behavior:

  1. Go to pydemic_ui directory root;
  2. execute the command: streamlit run pydemic_ui/apps/app_menu.py
  3. Select option "Forecast"
  4. Scroll down and see the error: image

Expected behavior It is expected to show all available graphs and information without errors.

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Google Chrome
  • Version: 86

贡献者指南