mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-29 00:17:44 +00:00
Demo with some base windows (#88)
* add TabsWindow, LLMWindow * add TraceWindow logics * fix annotation for TabsWindow __init__ * add factor tasks table * finish base qlib factor tasks trace * add readme for webview ui
This commit is contained in:
@@ -181,7 +181,7 @@ class FactorFBWorkspace(FBWorkspace):
|
||||
execution_feedback += self.FB_OUTPUT_FILE_NOT_FOUND
|
||||
executed_factor_value_dataframe = None
|
||||
if self.raise_exception:
|
||||
raise NoOutputException(execution_feedback)
|
||||
raise NoOutputError(execution_feedback)
|
||||
|
||||
if store_result and executed_factor_value_dataframe is not None:
|
||||
self.executed_factor_value_dataframe = executed_factor_value_dataframe
|
||||
|
||||
Reference in New Issue
Block a user