-
## Problem
The INDEX parse checks do not account for leading zeroes.
If I type 000001 (or any amount of leading zeroes) it deletes the 1th index for both delete and deleteOrder.
This applies to any…
-
**Describe the bug**
When azure-spring-data-cosmos serializes an entity with a BigDecimal field trailing zeros in the decimal portion are lost thus ignoring the scale. For example, 43769.30 is seri…
-
**Screenshots**
![image](https://user-images.githubusercontent.com/287254/171260066-9be564b3-bef0-41b2-9272-0479cd7d0a88.png)
cf.
![image](https://user-images.githubusercontent.com/287254/1712599…
-
PAUSE ISSUE
## Detailed Description
Add pv solar nightimte zeros
## Context
- there are gaps in the data
- sometimes good to only give nonzero data
## Possible Implementation
- add optoi…
-
### Description
It looks a bit confusing for an ordinary user to see the axis in a scientific notation (especially for integer column with zeros).
- execute this code
- swith to Chart
```
dro…
-
2 punti in più al primo che riesce a creare la matrice che segue
1 2 3 4 5 6 7 8 9
2 1 2 3 4 5 6 7 8
3 2 1 …
-
### Description
Authors' names and affiliations are not outlined nicely.
### (Optional:) Please add any files, screenshots, or other information here.
_No response_
### (Required) What is this iss…
-
Example (found in Crivello et al., 2015):
```python
from pycalphad import Database
Database('FUNCT SCRMOA1 298.15 +09800; 6000 N!\n')
```
```
Failed while parsing: FUNCT SCRMOA1 298.15 +09800;…
-
![image](https://github.com/user-attachments/assets/b3f39fe2-e077-470a-8c3f-c0a96df57b01)
I am not sure what's the algorithm is (trying to guess the numbering convention dropping off fractional par…
-
```
b = torch.zeros_like(a)
```
should be preferred over
```
b = torch.zeros(...).to(a)
```
to avoid copies.