mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-11-23 08:56:13 +00:00
Fix typo in function name from create_interesecting_tickers to create_intersecting_tickers
This commit is contained in:
@@ -51,7 +51,7 @@ pub fn reduce_dataframe(
|
||||
let specified_metrics: Vec<String> =
|
||||
metrics.unwrap_or_else(|| non_idx_cols.iter().map(|s| s.to_string()).collect());
|
||||
|
||||
let specified_tickers: Vec<String> = create_interesecting_tickers(
|
||||
let specified_tickers: Vec<String> = create_intersecting_tickers(
|
||||
&specified_cids
|
||||
.iter()
|
||||
.map(AsRef::as_ref)
|
||||
@@ -76,7 +76,7 @@ pub fn reduce_dataframe(
|
||||
.collect::<Vec<String>>(),
|
||||
&u_tickers,
|
||||
);
|
||||
create_interesecting_tickers(
|
||||
create_intersecting_tickers(
|
||||
&int_cids.iter().map(AsRef::as_ref).collect::<Vec<&str>>(),
|
||||
&specified_xcats
|
||||
.iter()
|
||||
|
||||
Reference in New Issue
Block a user