Niklas Glaser

Results 3 comments of Niklas Glaser

This might be related to why tests of https://github.com/q-optimize/c3/pull/89 fail. The test were actually running smoothely on a windows machine, but the signals generation is different on linux for an...

An additional problem with the current implementation is that a modification by `get_value` and `set_value` is not straightvorward: ``` v = Qty(3, unit="Hz 2pi") v.set_value(v.get_value()) ``` leads to an out...

The main point is what should be the unit that invokes the following transformation: https://github.com/q-optimize/c3/blob/ef9533008dccbcb23810e1e7396f85b5f200da15/c3/c3objs.py#L74-L79