File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
meridian/schema/processors Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ def _to_budget_optimization_result(
488488 spec = spec .to_proto (),
489489 optimized_marketing_analysis = optimized_marketing_analysis ,
490490 nonoptimized_marketing_analysis = nonoptimized_marketing_analysis ,
491- incremental_outcome_grid = _to_incremental_outcome_grid (
491+ incremental_outcome_grid = to_incremental_outcome_grid (
492492 opt_result .optimization_grid .grid_dataset ,
493493 grid_name = spec .grid_name ,
494494 ),
@@ -757,7 +757,7 @@ def _to_outcome(channel_data: xr.Dataset) -> outcome_pb.Outcome:
757757 )
758758
759759
760- def _to_incremental_outcome_grid (
760+ def to_incremental_outcome_grid (
761761 optimization_grid : xr .Dataset ,
762762 grid_name : str | None ,
763763) -> budget_pb .IncrementalOutcomeGrid :
You can’t perform that action at this time.
0 commit comments