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

Re-enabling SCIP inside Jupyter Notebooks (regression) #673

Open
5 of 14 tasks
mdealencar opened this issue Jul 31, 2023 · 1 comment
Open
5 of 14 tasks

Re-enabling SCIP inside Jupyter Notebooks (regression) #673

mdealencar opened this issue Jul 31, 2023 · 1 comment

Comments

@mdealencar
Copy link

Commit 0c2b941 removed the changes made by commit a587e8e that addressed the issues (now closed) #427 and #428. The result is that the current master branch is producing the same error as described in that issue:

File ~\programs\miniconda\envs\work\lib\site-packages\ipykernel\iostream.py:356, in OutStream.fileno(self)
    354 else:
    355     msg = "fileno"
--> 356     raise io.UnsupportedOperation(msg)

UnsupportedOperation: fileno

What operating system are you using?

  • Windows: ( version: ___ )
  • Linux: ( distro: ___ )
  • Mac OS: ( version: ___ )
  • Other: ___

I'm using python version:

  • 2.7
  • 3.4
  • 3.5
  • 3.6
  • Other: 3.10

I installed PuLP via:

Did you also

@pchtsp
Copy link
Collaborator

pchtsp commented Sep 24, 2023

Thanks. And sorry to hear about the regression: it's hard to test for jupyter notebooks since we do not have unit tests for that.

  1. Do you know if there's a way to add a test to be sure that a regression doesn't happen again?/ more broadly add a jupyter notebook test?
  2. Would you be able to add a new PR that adds back the changes?

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

No branches or pull requests

2 participants