Matt Ettus

Results 9 issues of Matt Ettus

- [N/A] Closes # (insert issue number) - [N] Executed ``pre-commit run --all-files`` with no errors - [Y] The change is fully covered by automated unit tests - [N/A] Documented...

The order in an OrderedDict is based on the order of original insertion. If you modify an item, even though the expiry is changed, it stays in the same position...

Assignments with mismatched widths. Assignments of numbers without specified width (defaults to 32 bits) when the destination is wider than 32 bits. Been bit by this... wire [63:0] = 12345...

When building on Mac OS X, the build system fails to find a numpy header: [ 73%] Building CXX object swig/CMakeFiles/_bokehgui_swig.dir/bokehgui_swigPYTHON_wrap.cxx.o /Users/mettus/gr-bokehgui/build/swig/bokehgui_swigPYTHON_wrap.cxx:4421:10: fatal error: 'numpy/arrayobject.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~...

If swig is not installed, CMake still completes normally with no error messages. When make is then run, it gets part of the way through and dies.

CMake
dependencies
maint-3.8

Probably hard since this isn't a true database. Possibly could be emulated by allowing "click to complete task" in the output of a query. Then the query only displays uncompleted...

In RF, we use dBW sometimes and not just dBm. Attempting to define it fails as follows: julia> @logscale dBW "dBW" dBW 30u"dBm" 10 false ERROR: invalid redefinition of constant...

logarithmic
new units

logarithmic units in the following don't simplify properly, and sometimes dividing a by b works, but it's inverse does not. See example using power flux densities: max_PFD = (-100)u"dBm/m^2/MHz" tx_power...

logarithmic

Package installs ok (orbitalpy 0.7.0 installed via pip, on an anaconda main python install), can generate orbital elements ok. Plots simply don't show in jupyter. No error message. Tried the...