Commit 29ed9ee2 authored by 李宗熹's avatar 李宗熹

删除缓存

parent e36c4580
*.pyc
.idea
build
sandbox
tests/dockerfiles/
.tox/
docs/_build/
media/logo_design/
DEV/
.pytest_cache/
.vscode/
pip-selfcheck.json
html-coverage
html-report
.~lock.*
*.dot
*.svg
dist
*egg-info
*/.ipynb_checkpoints
*/__pycache__
*/*.pyc
.ipynb_checkpoints
.eggs
artifacts
......@@ -2,7 +2,7 @@
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="Python 3.7" jdkType="Python SDK" />
<orderEntry type="jdk" jdkName="Python 3.8" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TestRunnerService">
......
......@@ -3,5 +3,5 @@
<component name="JavaScriptSettings">
<option name="languageLevel" value="ES6" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7" project-jdk-type="Python SDK" />
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8" project-jdk-type="Python SDK" />
</project>
\ No newline at end of file
......@@ -292,7 +292,7 @@ class UserCustomerDataAdaptor:
# cnav_df[cur_fund_id + "_profit_ratio"] = cnav_df[cur_fund_id + "_profit_ratio"].fillna(Decimal(0))
# cnav_df[cur_fund_id + "_amount"] = 0
# cnav_df[cur_fund_id + "_earn"] = 0
# # cnav_df[cur_fund_id + "_cum_earn"] = 0
# cnav_df[cur_fund_id + "_cum_earn"] = 0
# cnav_df[cur_fund_id + "_share"] = 0
# buy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment