Fix two minor bugs related to factor extraction.

This commit is contained in:
WinstonLiyt
2024-07-17 07:45:51 +00:00
parent d5a6a08210
commit 79476a992e
2 changed files with 2 additions and 2 deletions
@@ -22,7 +22,7 @@ def get_data_folder_intro():
It is for preparing prompting message.
"""
content_l = []
for p in Path(FACTOR_IMPLEMENT_SETTINGS.data_folder).iterdir():
for p in Path(FACTOR_IMPLEMENT_SETTINGS.data_folder_debug).iterdir():
if p.name.endswith(".h5"):
df = pd.read_hdf(p)
# get df.head() as string with full width