Giordon Stark

Results 293 comments of Giordon Stark

Fixed for me for all of the projects I've tested so far.

And if I try to connect to it directly ``` >>> import zerorpc >>> supervisor = zerorpc.Client(f"tcp://itkpix-daq-05:9002") >>> supervisor.getProcessInfo("epsilon-control:control-epsilon-hv") Traceback (most recent call last): File "", line 1, in File...

> Is this a new issue related to a multivisor / supervisor update? We've generally had this issue for about 2 years. At first, it was at least to me...

Ok - I think I figured out the core cause. multivisor is built using a single xml_rpc connection ``` def getRPCInterface(env): # dumbass ServerProxy won't allow us to pass in...

Also having this issue as well. Solution seems to be at least partially to do ```python def process(self, events): # TODO: remove this temporary fix when https://github.com/scikit-hep/vector/issues/498 is resolved met_dict...

We'd have to know which parameters to set to constant, but it probably shouldn't be strictly up to pyhf to determine how to "prune" (is it really pruning if it's...

> (though thinking of it, it's not really a channel-level setting, singe the NPs that are affected by it can be shared, but it could just be part of the...

I've also run into this as well, using `flask` + `gevent` and `flask-io` as well. I have the monkeypatching immediately before any other imports occur e.g. `viewer/app.py` has ```python from...

Looks like there's a slightly different type coercion needed here (taking one as an example0 ``` src/pyhf/tensor/numpy_backend.py:38: error: Argument 2 to "poisson_logpdf" of "numpy_backend" has incompatible type got: "Union[ndarray[Any, dtype[number[T@__init__]]],...