YK-hastur

Results 5 issues of YK-hastur

请注意:如果你没有提供以下所有信息我将会直接无视并关闭这个issue - Il2CppDumper版本 v6.7.25 - 目标Unity版本 未知 - 问题描述 Initializing metadata... System.IO.EndOfStreamException: 无法在流的结尾之外进行读取。 在 System.IO.MemoryStream.InternalReadInt32() 在 System.IO.BinaryReader.ReadInt32() 在 Il2CppDumper.BinaryStream.ReadPrimitive(Type type) 位置 C:\projects\il2cppdumper\Il2CppDumper\IO\BinaryStream.cs:行号 95 在 Il2CppDumper.BinaryStream.ReadClass[T]() 位置 C:\projects\il2cppdumper\Il2CppDumper\IO\BinaryStream.cs:行号 165 在 Il2CppDumper.BinaryStream.ReadClassArray[T](Int64...

>>> import oneflow libibverbs not available, ibv_fork_init skipped >>> oneflow._C.fused_linear_with_groupwise_quantized_weight Traceback (most recent call last): File "", line 1, in AttributeError: module 'oneflow._C' has no attribute 'fused_linear_with_groupwise_quantized_weight' environment: oneflow-0.8.0+cu112-cp37-cp37m-manylinux_2_17_x86_64_manylinux2014_x86_64.whl oneflow-0.9.0+cu116-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl...

函数内的前复权思路是 data['preclose'] = (data['close'].shift(1) * 10 - data['fenhong'] + data['peigu'] * data['peigujia']) / (10 + data['peigu'] + data['songzhuangu']) 也就是 除权除息价=(股权登记日的收盘价-每股所分红利现金额+配股价×每股配股数)÷(1+每股送红股数+每股配股数) 但按相关资料,是不是应为 除权除息价=(股权登记日的收盘价-每股所分红利现金额+配股价×每股配股数)÷(1+每股送红股数+每股配股数+每股转增股数)

code_head = row['code'][:2] if exchange == consts.MARKET_SZ: if code_head in ['00', '30']: return 'SZ_A_STOCK' elif code_head in ['20']: return 'SZ_B_STOCK' elif code_head in ['39']: return 'SZ_INDEX' elif code_head in ['15',...

enhancement

### Is there an existing issue for the same bug? - [X] I have checked the existing issues. ### Describe the bug and reproduction steps When I open a py...

bug
Stale