Jordan Edmunds

Results 46 issues of Jordan Edmunds

Request this be added to Anaconda / conda-forge https://conda-forge.org/ . Getting increasingly common and is more powerful compared to pip.

bug

I am trying to use np.vectorize to vectorize a function I use. However, when I try to wrap that with ureg.wraps, I get the following error: ``` *** AttributeError: 'vectorize'...

numpy

Every time I search the pint docs, I cannot for the life of me find a complete API reference. For example, right now I am looking for the testing functions...

docs

I am trying to export a sequence in premiere using pymiere, and it's chugging along nicely until after about 3 minutes, I get the following error: ``` Traceback (most recent...

**Describe the bug** When trying to fit impedance data to a single circuit element, this package doesn't appear to pass arguments correctly into curve_fit. **To Reproduce** Steps to reproduce the...

bug

**Describe the bug** When I pass real-valued data (integers or floats) into the impedance fitting function (as opposed to complex values) it fails. **To Reproduce** Steps to reproduce the behavior:...

bug

**Describe the bug** When spaces are placed inside parentheses of circuit string definitions, circuit elements cannot be found. **To Reproduce** Steps to reproduce the behavior: 1. Code which generates the...

bug

**Describe the bug** When I pass array-like objects in as frequencies and impedances to the ``CustomCircuit.fit()`` method it throws an error if the frequencies and impedances are numpy arrays. **To...

bug

**Is your feature request related to a problem? Please describe.** Since this package circuit description relies on named elements (R0, R1, C1, etc.) it seems more natural to me (having...

enhancement

It appears there is no official documentation for the SerialUSB library for the Arduino Due. Even if it's a carbon copy of the Serial() library (it's not, the baud rate...

bug