Cove Geary

Results 18 comments of Cove Geary

Sure thing: ``` signal: -64.00 dBm SSID: TP-Link_E030 signal: -49.00 dBm SSID: PizzaParty24 signal: -73.00 dBm SSID: freeloaders signal: -55.00 dBm SSID: ARRIS-CD69 signal: -82.00 dBm SSID: PizzaParty24 * SSID...

A few more details: You're right, it does seem like this may be related to signal levels. When close to the access point (

Aha, thanks for catching me on the iw scan. LibreSpeed is neat - here's the results of a few quick tests, but apologies in advance for a lot more data...

@stettberger, perhaps try recalibrating powertop to make sure that its calculations are relatively accurate? From my understanding, powertop's wattage calculations are all estimates, which rely on it taking a lot...

Hi all, wanted to ask what the status of this feature request is given all of the recent work by @benbovy on explicit indexes.

Exciting news!! Thanks for the quick response and the huge amount of work on explicit indexes. I'll be excited and grateful to enjoy the public API once it comes into...

Cheers @cratu ! That did the trick exactly. For anyone looking, the change is implemented here alongside a couple other folks' updates: https://github.com/covertg/LeafletPlayback/

Hi, I'd be interested in working on this. I'm new to contributing to `pymc` so would appreciate any pointers on what to target for this issue. Seems like we'll want...

Thanks! ~~Should we also remove the `samples` argument from `sample_posterior_predictive_w()`?~~ Edit: never mind, I see it's a work in progress for v4 (#5800)

Another question: if the user passes `return_inferencedata=False`, we can either reshape the array elements of the return value (which is type Dict[str, ndarray]) to be shape (chain, draw, ...), or...