-
### Bug summary
The example for multi-task does not work and gets an errors when calculating neighbour statistics.
### DeePMD-kit Version
DeePMD-kit v2.2.11
### Backend and its version
TensorFlo…
-
As I work with very large zarr stores in the cloud (such as an ERA5 dataset that goes back 60+ years) I have noticed that the framework gets hung up and takes a very long time to run even if I only wa…
-
Helllo there,
I upgraded to v0.0.42 today, and I was surprised that the following code snippet does not work anymore on a MeasurementSetXds:
```python
xds.sel({"polarization": ["XX", "YY"]})
`…
-
### What went wrong?
The `frontogenesis` function sometimes returns nans, but it should be more careful and never do so (assuming the input data doesn't contain nans). Given the warning, I assume ove…
-
**Describe the bug**
When replaying a PCAP file with a Linux SLL (Linux cooked capture) link layer using `tcpreplay` (command: `tcpreplay -i $interface` [2411_SEL_Protocol_AutoConfig.pcap](https://…
-
### What went wrong?
mpcalc.q_vector returns values with units of m2/kg/s. Appropriate units should be kg/m2/s2.
### Operating System
Windows
### Version
1.6.2
### Python Version
3.12
### Code…
-
### Is your feature request related to a problem?
I'm trying to use `xindex` more. Currently, trying to select values using coordinates that haven't been explicitly indexed via `set_xindex()` raise…
-
Hello Sir @neu-rah
Can you help me? how to design the code to create a menu structure like this :
```text
/////-----First Menu-----/////
// > Pin Name Pin X ///
// Value B10011101 //…
-
### Summary
I constructes folders as type.raw, type_map.raw, set.000 - [box.npy, force.npy, energy.npy, coord.npy] {
"model": {
"type_map": [
"W",
"Fe",
…
-
pandas and xarray allow users to drop part of the dataset with a drop method - see e.g. https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.drop.html. Which is opposite to `sel()` but should…