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

Stop using temporary directory for store array for paint test #6191

Merged
merged 1 commit into from Sep 13, 2023

Conversation

Czaki
Copy link
Collaborator

@Czaki Czaki commented Aug 28, 2023

References and relevant issues

This is followup to #6112

Description

Here I changed to use in-memory storage for paint test (not to perform disc operations).

@github-actions github-actions bot added the tests Something related to our tests label Aug 28, 2023
@Czaki Czaki added the maintenance PR with maintance changes, label Aug 28, 2023
@Czaki Czaki added this to the 0.4.19 milestone Aug 28, 2023
@Czaki Czaki requested a review from jni August 28, 2023 08:41
Copy link
Member

@jni jni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Czaki

Nice!

A small part of me is apprehensive that maybe zarr and ts are leaky abstractions, and we will potentially miss some bugs related to on-disk storage because fo this change, but I don't really have a strong basis for that apprehension. So I'm happy for this to go in. 👍

@Czaki Czaki added the ready to merge Last chance for comments! Will be merged in ~24h label Sep 6, 2023
@Czaki Czaki merged commit f19b262 into napari:main Sep 13, 2023
33 checks passed
@Czaki Czaki deleted the simplify_paint_test branch September 13, 2023 19:13
@melonora melonora removed the ready to merge Last chance for comments! Will be merged in ~24h label Sep 14, 2023
kne42 added a commit to kne42/napari that referenced this pull request Sep 19, 2023
* main: (26 commits)
  Fix some typing in napari.components (napari#6203)
  Use class name for object that does not have qt name (napari#6222)
  test: [Automatic] Constraints upgrades: `hypothesis`, `magicgui`, `psygnal`, `tensorstore`, `tifffile`, `tqdm`, `virtualenv` (napari#6143)
  Replace more np.all( ... = ...) with np.array_equal (napari#6213)
  remove np.all(... == ...) in test_surface.py (napari#6218)
  Ensure pandas Series is initialized with a list as data (napari#6226)
  Stop using temporary directory for store array for paint test (napari#6191)
  Bugfix: ensure thumbnail represents canvas when multiscale (napari#6200)
  cleanup np.all(... == ...) from test_points.py (napari#6217)
  [pre-commit.ci] pre-commit autoupdate (napari#6221)
  use app-model for file menu (napari#4865)
  Add tests to cover slicing behavior when changing layers and data (napari#4819)
  [pre-commit.ci] pre-commit autoupdate (napari#6128)
  Add test coverage for async slicing of labels (napari#5325)
  Add collision check when set colors for labels layer (napari#6193)
  Update "toggle ndview" text (napari#6192)
  Prevent layer controls buttons changing layout while taking screenshots with flash effect on (napari#6194)
  Fix typing in napari.utils.perf (napari#6132)
  Add GUI test coverage for changes to Labels.show_selected_label (napari#5372)
  Fix types in 'napari.utils.colormaps.categorical_colormap' (napari#6154)
  ...
Czaki added a commit that referenced this pull request Oct 17, 2023
# References and relevant issues

This is followup to #6112 

# Description

Here I changed to use in-memory storage for paint test (not to perform
disc operations).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance PR with maintance changes, tests Something related to our tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants