Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings when training #60

Open
simlmx opened this issue May 25, 2023 · 0 comments
Open

Warnings when training #60

simlmx opened this issue May 25, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@simlmx
Copy link
Collaborator

simlmx commented May 25, 2023

Description

Those happen for each training

psp/models/regressors/decision_trees.py:161: RuntimeWarning: invalid value encountered in divide
  ys = ys / (poa * capacity)
packages/numpy/lib/function_base.py:4527: RuntimeWarning: invalid value encountered in subtract
  diff_b_a = subtract(b, a)

Steps to reproduce

Run one of our client trainings (island or mone).

TODO

  1. Understand why the warnings happen
  2. If we can ignore them then make sure they are not printed
  3. If they point to bigger problems, either fix them or open further issues
@simlmx simlmx added the bug Something isn't working label May 25, 2023
@simlmx simlmx changed the title Warning when training Warnings when training May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant