-
#### Code Sample, a copy-pastable example if possible
```python
>>> pd.Timestamp(np.datetime64('2019-01-01', '6h'))
Timestamp('1978-03-02 20:00:00')
```
#### Problem description
The `pd.Time…
-
Convert everything to S.I.
-
### Description
Creating a regularly space set of `Time` objects with `np.linspace` is quite slow:
```python
from astropy.time import Time, TimeDelta
import astropy.units as u
import …
-
So @Irev-Dev talked about this but say you have a project dir with subdirectories like kcl-samples, you’d want that to be one project with many sub directories, so instead of setting the units based o…
-
Hi Team T.W. Schultz,
You guys did a really good job of finding the nutritional deficiencies in Nigeria. The code is looking great to figure out your goals. It is really crazy job for converting al…
-
Normally when you define globals vars within stylus through the define method there is some basic type coercion into stylus nodes, numbers to nodes.Unit, booleans to nodes.Boolean, strings to nodes.St…
-
Hesitant to raise this issue because it felt above my head to diagnose, but here is a synopsis of deeper issue of an original question raised [here on stackoverflow](https://stackoverflow.com/question…
-
I think there is a problem with the two's complement implementation in this library. It is correct for positive numbers, but for negative numbers, it is incorrect. The math used to catch and convert n…
-
## Expected
`Grid.ToNative()` should return the top-left point of the given tile:
```go
grid, _ := slippy.NewGrid(3857)
tile := slippy.NewTile(5, 0, 0)
point, _ := grid.ToNative(tile)
fmt.Prin…
-
I tried compiling a simple Verilog-A for a capacitor. However, if the file does not have a parameter, it will raise an error. The error can be solved by simply adding a dummy parameter (even though th…