Skip to content

Fixed #1134 Close temp file after file name is obtained#1135

Open
seanlaw wants to merge 1 commit intostumpy-dev:mainfrom
seanlaw:close_temp_file
Open

Fixed #1134 Close temp file after file name is obtained#1135
seanlaw wants to merge 1 commit intostumpy-dev:mainfrom
seanlaw:close_temp_file

Conversation

@seanlaw
Copy link
Copy Markdown
Contributor

@seanlaw seanlaw commented Apr 24, 2026

See #1134

Pull Request Checklist

Below is a simple checklist but please do not hesitate to ask for assistance!

  • Fork, clone, and checkout the newest version of the code
  • Create a new branch
  • Make necessary code changes
  • Install black (i.e., python -m pip install black or conda install -c conda-forge black)
  • Install flake8 (i.e., python -m pip install flake8 or conda install -c conda-forge flake8)
  • Install pytest-cov (i.e., python -m pip install pytest-cov or conda install -c conda-forge pytest-cov)
  • Run black --exclude=".*\.ipynb" --extend-exclude=".venv" --diff ./ in the root stumpy directory
  • Run flake8 --extend-exclude=.venv ./ in the root stumpy directory
  • Run ./setup.sh dev && ./test.sh in the root stumpy directory
  • Reference a Github issue (and create one if one doesn't already exist)

@gitnotebooks
Copy link
Copy Markdown

gitnotebooks Bot commented Apr 24, 2026

Review these changes at https://app.gitnotebooks.com/stumpy-dev/stumpy/pull/1135

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