Skip to content

Commit b6ad27d

Browse files
committed
fix: fixing sec.
1 parent e0a0d5c commit b6ad27d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bullish/analysis/analysis.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ def run_signal_series_analysis(bullish_db: "BullishDb") -> None:
666666

667667

668668
def run_analysis(bullish_db: "BullishDb") -> None:
669-
bullish_db.copy_sec_to_analysis()
669+
670670
tickers = list(set(bullish_db._read_tracker(TrackerQuery(), PriceTracker)))
671671
parallel = Parallel(n_jobs=-1)
672672

@@ -681,3 +681,4 @@ def run_analysis(bullish_db: "BullishDb") -> None:
681681
print(
682682
f"Computed analysis for {len(batch_ticker)} tickers in {elapsed_time:.2f} seconds."
683683
)
684+
bullish_db.copy_sec_to_analysis()

0 commit comments

Comments
 (0)