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

Investigar por que não sai nowcasting de alguns municípios #26

Open
renatocoutinho opened this issue Jul 2, 2020 · 1 comment
Open
Labels
bug Something isn't working

Comments

@renatocoutinho
Copy link
Contributor

O site atualmente usa a seguinte linha de comando (exceto updateGit):

Rscript update_nowcasting.R --dir ../dados/SIVEP-Gripe/ --escala municipio --sigla $estado --geocode $geocode \
--dataBase 2020_06_30 --outputDir ../dados_processados/nowcasting/ --trim 5 --updateGit FALSE

A lista atual de municípios com problema, e a mensagem de erro, é:

MA 210005 Acailandia:

Error in `[.default`(time(y), from:length(z)) : 
  somente 0's podem ser usados junto com subscritos negativos
Calls: source ... unique -> MATCH -> [ -> [.Date -> .Date -> NextMethod

ES 320020 Alegre:

Error in seq.int(0, to0 - from, by) : sinal errado para argumento 'by'
Calls: source ... gera.nowcasting -> NobBS -> <Anonymous> -> nth -> seq -> seq.Date

MA 210047 Alto_Alegre_do_Pindare: ?

@renatocoutinho renatocoutinho changed the title Investigar porque não sai nowcasting de alguns municípios Investigar por que não sai nowcasting de alguns municípios Jul 2, 2020
@renatocoutinho
Copy link
Contributor Author

O 6062b31 corrige o segundo problema, que é bug na biblioteca NobBS mesmo, apenas na nossa cópia NobBS.posterior - precisa corrigir na biblioteca também, criando uma versão nossa da mesma função, ou alterando a nossa versão pra ser de fato uma generalização da original (aceitando um argumento pra retornar ou não as trajetórias)

@renatocoutinho renatocoutinho added the bug Something isn't working label Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant