-
## SUMMARY
Error messages generated by sensor result in "unknown file" instead of module names on python 3 systems, e.g.
`2020-10-15 08:22:43,653 139699041297216 ERROR (unknown file) [-] File "/…
-
### 🐛 Describe the bug
The problem arises under the following circumstances (see below for repro):
- Model is compiled (fullgraph=True)
- Within the forward pass, a NamedTuple is instantiated
- …
-
### Problem
I'm writing this after encountering (what I think is) #3369. I'm a noob to TS, so I apologize for any misunderstandings on my part. The behavior the lack of type inference here:
``…
-
### Expected behaviour
No deprecation warning
### Actual behaviour
> /usr/local/lib/python3.8/dist-packages/madmom/features/downbeats.py:287: VisibleDeprecationWarning: Creating an ndarray fr…
-
```
Lots of code in Python, due to the inability to pass references to primitives,
returns tuples instead of simply modifying the value like so:
def top_two(lst):
return lst[0],lst[1]
where in …
-
With reference to #22866, and to a comment I made ( https://github.com/pandas-dev/pandas/pull/22866#issuecomment-437700886 ) which I thought was paranoid and maybe is not.
Three considerations:
1.…
-
**Describe the bug**
Trying to fit a pipeline including a `KalmanFilterTransformerFP`, `TSInterpolator` and an `FCNRegressor` with panel x data and a 1D numpy Array for y data produces an error.
*…
-
Just a small thing, leaving as a reminder for myself to open a PR after #3172. At present `coeff` in filter.py takes `tuple[np.array] | list[np.array] | np.array | None`. This needs reflecting in the …
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Re…