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

Disable gui autosave #749

Merged
merged 2 commits into from
Aug 22, 2023
Merged

Conversation

mrariden
Copy link
Collaborator

@mrariden mrariden commented Jul 18, 2023

For larger files, it would be useful to not save the *_seg.npy file each time a mask is edited. This PR adds a File menu dropdown checkbox that allows the user to turn off autosaving.

Additionally, I removed the 'img' data saved to the .npy file to reduce time/space of writing that repeatedly.

Addresses:
#703

@mrariden mrariden added the enhancement New feature or request label Jul 18, 2023
@mrariden mrariden self-assigned this Jul 18, 2023
@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Merging #749 (f6ef1f6) into main (51fd202) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #749   +/-   ##
=======================================
  Coverage   62.03%   62.03%           
=======================================
  Files          14       14           
  Lines        2958     2958           
=======================================
  Hits         1835     1835           
  Misses       1123     1123           

@mrariden
Copy link
Collaborator Author

@carsen-stringer Ready for merge

@carsen-stringer carsen-stringer merged commit fb8e0a7 into MouseLand:main Aug 22, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants