1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-09 22:10:56 +08:00

Add REG_TW. (#955)

This commit is contained in:
Chia-hung Tai
2022-03-08 23:48:27 +08:00
committed by GitHub
parent 90be21bb40
commit 3a911bc09b
2 changed files with 7 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
# REGION CONST
REG_CN = "cn"
REG_US = "us"
REG_TW = "tw"
# Epsilon for avoiding division by zero.
EPS = 1e-12