-
Couldn't load subscription status.
- Fork 3
Patch-1: Correção da chamada da função replace na função overdisp #1
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
base: main
Are you sure you want to change the base?
Conversation
statstests/pytests/test.py
Outdated
| """ | ||
| Teste para validar alteração | ||
| """ | ||
| import pytest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please, import pytest outside this function?
statstests/pytests/test.py
Outdated
| Teste para validar alteração | ||
| """ | ||
| import pytest | ||
| import pandas as pd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please, import pandas outside this function?
|
changes requested done |
|
@helderprado Could you please review this PR? |
2 similar comments
|
@helderprado Could you please review this PR? |
|
@helderprado Could you please review this PR? |
Ao utilizar a versão 2.1.3 do pandas, ocorre erros de execução (linhas 126 e 128):
re.error: unterminated character set at position 0
E erros de comportamento inesperado (linha 127), onde ao usar replace "." com regex=True toda cadeia de caracteres é substituída por "_".
Gostaria que avaliassem a alteração e caso seja benéfica, aceitem este PR.
Muito obrigado.