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

Lingering print statement #8345

Closed
dougiesquire opened this issue Jul 15, 2022 · 1 comment · Fixed by #8347
Closed

Lingering print statement #8345

dougiesquire opened this issue Jul 15, 2022 · 1 comment · Fixed by #8347
Milestone

Comments

@dougiesquire
Copy link

Describe the bug

Not really a bug, but there is currently a rouge print statement inside the main branch of statsmodels.tsa.ar_model.AutoReg. The print statement is here https://github.com/statsmodels/statsmodels/blob/main/statsmodels/tsa/ar_model.py#L318. I'm happy to open a PR to fix this, but that maybe feels overkill just to delete this one line.

Output of import statsmodels.api as sm; sm.show_versions()

INSTALLED VERSIONS

Python: 3.10.4.final.0
OS: Linux 4.18.0-372.13.1.el8.nci.x86_64 #1 SMP Mon Jul 4 08:46:44 AEST 2022 x86_64
byteorder: little
LC_ALL: None
LANG: None

statsmodels

Installed: 0.14.0.dev485+g7182400ef

Required Dependencies

cython: Not installed
numpy: 1.21.6
scipy: 1.8.1
pandas: 1.4.2
dateutil: 2.8.2
patsy: 0.5.2

Optional Dependencies

matplotlib: 3.5.2
backend: module://matplotlib_inline.backend_inline
cvxopt: Not installed
joblib: 1.1.0

Developer Tools

IPython: 8.3.0
jinja2: 3.1.2
sphinx: Not installed
pygments: 2.12.0
pytest: 7.1.2
virtualenv: Not installed

bashtage added a commit to bashtage/statsmodels that referenced this issue Jul 15, 2022
Remove a few print statements in functions

closes statsmodels#8345
@bashtage
Copy link
Member

Thanks for reporting. SHould be fixed in master soon.

bashtage added a commit to bashtage/statsmodels that referenced this issue Jul 15, 2022
Remove a few print statements in functions

closes statsmodels#8345
@bashtage bashtage modified the milestones: 0.13.2, 0.13.3 Oct 30, 2022
@bashtage bashtage modified the milestones: 0.13.3, 0.14 Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants