pippo1990
pippo1990
@sophron @s7x tracked down to pyric/net/wireless/rfkill_h.py line 123: it says: rfk_rfkill_event = "IBBBB" but should be rfk_rfkill_event = "IBBBBB" at least in my setting (kali linux - debian rolling testing...
Hi I am trying to make use of your nice tool (would say more than just a tool) , I am using basic exaples just to find FilFinder2D.skeleton_longpath, is there...
dodgy I can run print('\nfil.branch_lenghts() : ' , fil.branch_lengths()) but print('\nfil.lenghts() : ' , fil.lenghts()) gives AttributeError: 'FilFinder2D' object has no attribute 'lenghts' I am on fil_finder.__version__ : 1.7.2
yep sorry, my right hand is faster than the left one sorry, It's working now
for one of my test fil.lengths is in between the number of pixel and the geometric distance calculated on the skeleton_longpath by hand (pixel_to_pixel) i.e. : my measures length 1315.8813844421359...
thanks for your nice and complete explanation
I am sorry Peter, I am not skilled enough on git and type annotation. Right now I am trying to reproduce KVFinder cavity search results (https://lbc-lnbio.github.io/KVFinder-web/ ) using pymol and...
found python version https://github.com/LBC-LNBio/pyKVFinder/blob/master/pyKVFinder/grid.py
guess I'll have to install git and give it a try
> From the SO question, I don't see a reason to make this change (tbh neither for the optional END statement). Both statements are features of the file format and...