Giordon Stark
Giordon Stark
> I have (on LXPLUS) a clone of the repo with its folder added to PATH. if you clone it, at least install it in editable mode `python3 -m pip...
@markedwards I've run into this exact same issue and maybe found a poor workaround for now (adding `BaseModel` as another inheritance). It would be great to get this fixed properly...
Just to mention that I've run into this issue as well, so I think the only workaround for now is to ignore the type check on these links or to...
Longer twitter thread here: https://twitter.com/lukasheinrich_/status/1340042422223572993 and was asked to add in a (not-so-naive apparently) suggestion: https://twitter.com/SingularMattrix/status/1340306739191672832 It would be nice to have a way to label in jax (both input...
Somewhat related -- the wyze-bridge service seems to stop sending to YouTube when I close my browser (and not running in the background). Am I using the wrong solution?
I believe the solution here is that `ON_DEMAND` is disabled by default (meaning an active client needs to be there to connect the camera), so adding `ON_DEMAND=False` seems to work....
I've got this error btw. I'll use unminified for now.
You can also pass in your own schema to validate against, but we should have custom function expressions allowable at some point.
> details of how exactly `pyhf` handles custom schemas it's in our docs: https://scikit-hep.org/pyhf/_generated/pyhf.schema.Schema.html#pyhf.schema.Schema so you can always pass in the path to your custom schema and have it pass...
> That would be great for us @kratsg! Is there a timeline on this? :) Timeline: unclear. We expect it to be in for 0.8.0 but there's a few things...