question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Decision: Could .X = None?

See original GitHub issue

I’d like X to be optional. I mean, it already is, but apparently more thorough testing is needed to verify that it works properly.

What is the opinion of the major anndata developers? 👍 or 👎?

If we agree X should be able to be None, we can use this PR to add tests and fix the code where necessary.

_Originally posted by @rcannood in https://github.com/theislab/anndata/issues/463#issuecomment-732716215_

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
rcannoodcommented, Nov 26, 2020

I can take a crack at it, as long as it’s reviewed by a core anndata developer 😃 I already have small changes in #463. Do you want to create a separate feature/x_is_none branch for this? Or do we continue from the PR I created earlier?

1reaction
ivirshupcommented, Nov 26, 2020

@LuckyMD I would be thrilled if GEO started having some standards for reporting beyond data being in SRA.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Decision: Could .X = None? · Issue #464 · scverse/anndata
I think most code assumes that X exists. That's certainly true for some code in anndata . There would probably need to be...
Read more >
Python `if x is not None` or `if not x is None`? - Stack Overflow
This means if x is not None has the exact result as if not x is None . I stand corrected. Thanks bukzor....
Read more >
CHAPTER 3 Flashcards - Quizlet
A decision can never be treated as over complicated, with too many detailed options, so that a choice is never made, rather than...
Read more >
Chapter 4 Bayesian Decision Theory
This form of the decision rule focuses on the x-dependence of the probability densities. We can consider p(x|wj) a function of wj (i.e.,...
Read more >
Flow: How To Use "Decision" - Salesforce Flowsome!
Decision is the “if/then” method of flow. If you want to set several paths in one flow, Decision element will be needed.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found