Alexandre Bovet
Alexandre Bovet
Hi and thanks for this great library! I was wondering if it was possible to make diagrams where the mass is not conserved? I looked at [System boundaries](https://floweaver.readthedocs.io/en/latest/tutorials/system-boundary.html) but could...
Hi, I'm trying to build the python library with swig but it fails. What I've done: build cola with `autogen.sh`. It passes all the tests. then `sudo make install`. to...
Hi, I don't understand how to use masked arrays with stl. import numpy as np import numpy.ma as ma from pyloess.mpyloess import stl y = np.array([1,12,5,3,5,6]) yma = ma.masked_array(y, mask=[0,0,1,0,0,0])...
Thank you very much for this great project. It seems to be a really well made way of collecting data that also supports efficient search. I really would like to...
The dict of clusterings should be created during the initialization so that they can be passed to the parallel clustering. Alternatively, it should be possible to run the parallel clustering...
here: https://github.com/alexbovet/flow_stability/blob/main/parallel_clustering.py
It's not clear how to use it and where the clusterings are stored. A small example should be added to the doc. https://github.com/alexbovet/flow_stability/blob/9d187a1d85eb396275ac6f9b6ad7dd1e99cfa3fd/FlowStability.py#L1679