mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
Quick fixes for logging (#379)
This commit is contained in:
@@ -41,7 +41,7 @@ class KaggleRDLoop(RDLoop):
|
||||
if PROP_SETTING.knowledge_base != ""
|
||||
else None
|
||||
)
|
||||
logger.log_object(knowledge_base.__dict__, tag="knowledge_base")
|
||||
logger.log_object(knowledge_base, tag="knowledge_base")
|
||||
|
||||
self.hypothesis_gen: HypothesisGen = import_class(PROP_SETTING.hypothesis_gen)(scen)
|
||||
logger.log_object(self.hypothesis_gen, tag="hypothesis generator")
|
||||
|
||||
Reference in New Issue
Block a user