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

fixed a few issues due to deprecated versions of Python and modules #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tuxette
Copy link

@tuxette tuxette commented Feb 22, 2024

The pull request contains three minor changes that comply with recent versions of Python and Python modules:

  • logsumexp is imported from scipy.special and no more from scipy.misc
  • zip_longest replaces the previous import izip_longest from itertools
  • by default NamedTemporaryFile are not opened in binary mode, which does not fit the type of outputs written by the script at the moment: I added the option mode = "w"

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 this pull request may close these issues.

1 participant