mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-19 23:18:10 -07:00
website: snapshot
This commit is contained in:
@@ -42,6 +42,10 @@ pub fn compute_rest_part1(
|
||||
utxo_cohorts.compute_rest_part1(indexes, price, starting_indexes, exit)?;
|
||||
address_cohorts.compute_rest_part1(indexes, price, starting_indexes, exit)?;
|
||||
|
||||
// Recompute net_sentiment for aggregate cohorts as weighted average
|
||||
utxo_cohorts.compute_aggregate_net_sentiment(indexes, starting_indexes, exit)?;
|
||||
address_cohorts.compute_aggregate_net_sentiment(indexes, starting_indexes, exit)?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user