-
[`qml.utils.unflatten(flat, model)`](https://github.com/PennyLaneAI/pennylane/blob/88be620a04a802380d07dbdd84acb48a8f245fe6/pennylane/utils.py#L168) takes a flattened object `flat` and returns it to …
-
`pybind11:vectorize()` is very convenient, it allows us to provide Numpy-like universal functions (broadcasting, fast-loop call) with minimal effort. However, it seems to be problematic when releasing…
-
Required for the UI and retrieving and sending information between Node and the CEF GUI, we have to redeclare a JSON structure other than the existing flat cubescript variables.
Current cubescript (p…
-
I'm not very comfortable filing this as an issue because I don't have a lot of information to provide. And I find the dependency tree for these things maddening and there's a > 50% chance this issue h…
-
https://github.com/Granjow/artnet-base/blob/87c412efcc6a48f6741a2538c76d2e44f2c8a5a2/src/artnet.ts#L50
Change concat call to....
` ].concat( ...this.data );`
... will fix the issue.
Thanks…
-
```
Currently, Request.cpp handles parsing flat querystring vars
(var1=800&var2=900 ...)
It should be able to handle arrays
(arr[]=1&arr[]=2&arr[]=3)
This would result in a GET var 'arr' being an ar…
-
Hi,
I noticed the flatten-objects function [here](https://github.com/schibsted/jslt/blob/master/examples/flatten.jslt) doesnt flatten nested arrays. I understand that flattening can have different me…
-
Please add a new :as type called :column which
1. yields each row as a single item, which may be nil, or returns all items as a flat array
2. complains if the number of returned columns is >1
It's eq…
-
## Current Behaviour
When trying to fit a binned truncated PDF, the execution throws an error for `IllegalInGraphModeError`.
Here is a minimal code example:
```
import zfit
import numpy as n…
-
I am trying to simulate bad pixels on the WFS camera and hope to be able to set a per-pixel-gain map. I only found `d_flat` (and `d_dark`) both in the `sutraWrap.PYRWFS` and `sutraWrap.CentroiderPYR_F…