dm
dm
@awrobel1 Thanks for your idea, I thought on using a rectangle as a replacement, where you would make both edges start at the limit of a single day. Not sure...
@GLevV Numpy implements devision 0 by 0 as np.nan: `np.divide(0,0)` ``` /tmp/ipykernel_2187/955440422.py:1: RuntimeWarning: invalid value encountered in true_divide np.divide(0,0) nan ``` Thus if two conditions hold: 1. self.min_samples_leaf == stats['count']...
> ```powershell > echo aaaa | gvim - | echo > ``` @SeeminglyScience, that indeed somehow lets vim no to suspend awaiting for the stdin, and thus solves the problem....