Rahul Shrestha
Rahul Shrestha
> The problem with dask equal was it was returning false when np.nan == np.nan. I think we can leave np.nan to be not equal to np.nan as it is...
I had the same error as above when downloading the dataset from this tutorial: https://squidpy.readthedocs.io/en/stable/external_tutorials/tutorial_nanostring.html ``` !mkdir tutorial_data !mkdir tutorial_data/nanostring_data !wget -P tutorial_data/nanostring_data https://nanostring-public-share.s3.us-west-2.amazonaws.com/SMI-Compressed/Lung5_Rep2/Lung5_Rep2+SMI+Flat+data.tar.gz !tar -xzf tutorial_data/nanostring_data/Lung5_Rep2+SMI+Flat+data.tar.gz -C tutorial_data/nanostring_data/. ```...
Hey @amit-sharma! I would like to help out in fixing this bug. Can you let me know what kind of error message do you expect?
I can't seem to reproduce this issue, how can I provide a dot graph with missing nodes such that the KeyError appears? Experimenting with this: ``` # With DOT string...
Nope, it works perfectly fine
Hi! I was thinking of working on this issue i.e implement the doubly robust estimator in doWhy. Do you have any pointers so I could get started?
Hey, I checked out this bug and figured out it is not an actual issue. When I run the make_graph function from the image above for the given adjacency matrix,...
Side note: I found the use of variable confusing at this one part since its used for both Lingam and CausalModel so I've renamed one of it and created a...
Hey @AlxndrMlk, can I help out in this PR? :)
@AlxndrMlk Yes, thanks! I'm new to this repo so any help would be appreicated :) Which tests do would you like to be added and in which test file in...