Closed jclagarde closed 3 years ago
Merging #857 (9d329cd) into master (f0e91fd) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #857 +/- ##
=======================================
Coverage 74.15% 74.15%
=======================================
Files 24 24
Lines 1915 1915
=======================================
Hits 1420 1420
Misses 495 495
Flag | Coverage Δ | |
---|---|---|
unittests | 74.15% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
lineage/CellVar.py | 97.43% <ø> (ø) |
|
lineage/plotTree.py | 0.00% <ø> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update f0e91fd...9d329cd. Read the comment docs.
Are you trying to recreate figure4?
I was trying to recreate figure 3 in the manuscript, which I believe corresponds to figure4.py
okay, it should be similar to the problem we had with LineageTree
, and it is because now the mypy is checking things.
I will try some things and let you know.
Please do git pull
and try now. It built for me.
Please do
git pull
and try now. It built for me.
It built for me as well. Thank you for fixing that issue!
The figure edits regarding issue #857 should be done now. Please take a look at them when you get the chance and let me know if there's any edits I should make. Thank you! :)
I re-ran figure 4 and this is what the font looks like for both in the output folder on github and my VS code. Does it still look differently for you?
Thanks, okay, if it shows right for you, then the problem should be my browser or something. For the figure, could you run it a couple of times more? Also, could you temporarily (just to make the figure cartoon) change the color of the states to blue and green as it is shown here? I am looking for a tree that has a good number of cells in it. The one you have now, there are few cells in it.
Thanks, okay, if it shows right for you, then the problem should be my browser or something. For the figure, could you run it a couple of times more? Also, could you temporarily (just to make the figure cartoon) change the color of the states to blue and green as it is shown here? I am looking for a tree that has a good number of cells in it. The one you have now, there are few cells in it.
So I've ran figure 4 about 20 times now and I haven't been able to get anywhere near the amount of cells in that photo. Do you think there was a change in the code or should I just keep running it?
I hadn't seen your message here, JC. I don't think anything has changed. I suggest pick the best one you see among those.
I hadn't seen your message here, JC. I don't think anything has changed. I suggest pick the best one you see among those.
I'm experiencing similar merge issues as the last time where the easiest solution was to just create a new branch. Since I didn't edit too many lines of code, I'll just go ahead and copy these changes onto a new branch
I was able to resolve the merge issue without creating a new branch and I remade a figure 4 with a larger number of cells. Please take a look at it when you have the chance and let me know if I should make any further edits. Thank you! :)
Thanks JC, figure 4 looks great now.
Wait, In figureS8-S10 the y_label and title are the same. THey should not be. Please edit this.
also now that I look at it, should I also remove the light blue and light green lines?
Those are the true values, should be there for comparison. But you can limit the yaxis limits of (a) and (e) from 0-1 to 0.5-1, and 0-15 for (c), (d), (f), (g).
Those are the true values, should be there for comparison. But you can limit the yaxis limits of (a) and (e) from 0-1 to 0.5-1, and 0-15 for (c), (d), (f), (g).
Just edited the y-axis limits and labels. Please let me know if this is what you had in mind when you get the chance
Yes thank you. I will have to close this PR as I integrated your edits into my PR. Great work, thank you.
Yes thank you. I will have to close this PR as I integrated your edits into my PR. Great work, thank you.
Sounds good, thank you!
So for line 108 and 112 for figure4.py, I was getting an error that had to do with the spelling of
censore
I had changed it and it resolved that specific issue but it led to more errorsMy main confusion is this error because
cell.left
is defined already within the CellVar class