-
按照 https://github.com/zhangbc97/tushare-integration/issues/9 的脚本顺序,昨日执行的基础数据拉取
今天用的时候,发现 basic 表,有多条数据重复(所有字段的值相同)
譬如:000003.SZ 000003 PT金田A(退),在该表有两条
但 000001.SZ、000002.SZ、000004.SZ 都正常,简单截取…
-
### Describe what you are looking for
The `sz_tolower` function requires copying to another buffer. Within `find` and `find_byte` routines a lowercasing step can be done quickly in a few extra cycles…
-
linux system:deepin 20.3
windterm:2.2
-
I'm observing that wrapping a function operating on a buffer by another function which merely 'frames' it to operate on a slice of the buffer, leads to very slow proof times.
Here is a simple examp…
-
Hello, I encountered some issues while calculating . In the zvo_energy.dat file, is given as a negative value, but when I calculate using the zvo_cisajs_eigen0.dat file, I get a positive value (both…
-
```matlab
x = MX.sym('x', 2);
y = MX.sym('y');
f = Function('f', {x, y}, {sqrt(x)-y});
f.generate('fun3',struct('with_header',true));
```
```
/* f:(i0[2],i1)->(o0[2]) */
static int casad…
-
### 🚀 The feature, motivation and pitch
```python
import torch
import torch._inductor.utils
from math import log2
def fn(x):
sz = x.size(0)
lg = log2(sz)
i_lg = int(lg)
re…
-
```
template struct potential_dsu {
using vi = vec;
using vvi = vec;
vi par, sz, es;
vec h;
int cc;
vector dat;
vvec ms;
potential_dsu(const vector d) : dat…
-
Hi,
First off, great library. It's executed very well.
I had a question regarding the sampling in HybridPoseEstimator?
In the header, num_data is defined as:
```
HybridPoseEstimator(c…
-
Hi! I have been trying to convert my genind file to hierfstat so I can calculate some population statistics but I keep on getting an error when I run my code. Here's the error:
```
Error in (funct…