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

Support for np.nan background_color #810

Merged
merged 2 commits into from
Oct 22, 2024
Merged

Support for np.nan background_color #810

merged 2 commits into from
Oct 22, 2024

Conversation

nkemnitz
Copy link
Collaborator

Updates CloudVolume (see seung-lab/cloud-volume#641)

Allows cue specs with NaN support... kinda:

{
	"@type": "build_cv_layer"
	"path":   "..."
	"cv_kwargs": {
		"background_color": { "@type": "np.nan"}
	}
}

Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (57cf04c) to head (304cbc2).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #810   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          142       142           
  Lines         5945      5947    +2     
=========================================
+ Hits          5945      5947    +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nkemnitz nkemnitz merged commit 0bc5a10 into main Oct 22, 2024
10 checks passed
@nkemnitz nkemnitz deleted the nkem/fix-nan-bgcolor branch October 22, 2024 08:44
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.

2 participants