All good
This commit is contained in:
parent
6ea544a0f6
commit
6cc7288126
45 changed files with 929 additions and 1043 deletions
|
|
@ -541,7 +541,7 @@ async fn main() -> anyhow::Result<()> {
|
|||
bail!("Actual listings parquet not found: {}", path.display());
|
||||
}
|
||||
info!("Loading actual listings from {}", path.display());
|
||||
let listings = data::ActualListingData::load(path)?;
|
||||
let listings = data::ActualListingData::load(path, &property_data)?;
|
||||
trim_allocator("actual listings load");
|
||||
info!(rows = listings.lat.len(), "Actual listings loaded");
|
||||
Some(Arc::new(listings))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue