-
When loading .emd files using hyperspy and then working with them in espm, it seems that the EDX detector angles (elevation, azimuth) are not read. Hyperspy sets the elevation to a default value of 35…
-
#### Describe the bug
EDS Velox (.emd) file that can be loaded and processed using HyperSpy 1.7, gives errors with the same code in HyperSpy.
#### To Reproduce
Steps to reproduce the behavior:
`…
-
### Bug description
https://github.com/facebookincubator/velox/blob/473902a63ed6a8bac85a2f598b360de739f3bfe4/velox/type/Timestamp.h#L33-L37
https://github.com/facebookincubator/velox/blob/473902…
zuyu updated
18 hours ago
-
### Description
When testing Velox spilling functionality, we found that the velox spilling would have performance issue.
Although the spilling has a thread pool up to 8 threads, the actual CPU co…
-
### Background:
In the Getting-Started document, it's mentioned that Ubuntu 20.04/22.04 are supported. While Ubuntu 24.04 LTS was released on April 2024 and it's a long term supported version.
…
-
### Backend
VL (Velox)
### Bug description
```
Thread 367 (Thread 0x7f69ed5ff640 (LWP 821)):
#0 0x00007f6a1a8619cd in syscall () from /lib64/libc.so.6
#1 0x00007f695a9fa407 in folly::detai…
-
### Description
Velox added bucket-level config here https://github.com/facebookincubator/velox/pull/11321
We need to add support in the config extractor.
-
### Description
A similar issue was closed a while back: https://github.com/facebookincubator/velox/issues/10989
The issue seems to have started reoccurring.
### Error Reproduction
mkdir -p /t…
-
### Backend
VL (Velox)
### Bug description
When using Gluten-1.2.0, an error is reported after a filecache hit once filecache is set.
```shell
spark.gluten.sql.columnar.backend.velox.fileHa…
-
Union is currently implemented in Java and the operator could break up one fused Velox's task into two. We'd find a way to offload the operator to Velox so Velox could get a bigger plan for applying m…