Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 676336378
Change-Id: I1befc7ab0986d12b7db937fda6b795124e90aeb6
  • Loading branch information
gPS Team authored and copybara-github committed Sep 19, 2024
1 parent 4406aaa commit 78d9b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lightweight_mmm/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,7 @@ def plot_media_channel_posteriors(
channel_names = np.arange(np.shape(media_channel_posteriors)[1])
fig, axes = plt.subplots(
nrows=n_media_channels, ncols=n_geos, figsize=fig_size)
media_channel_posteriors = np.asarray(media_channel_posteriors)
for channel_i, channel_axis in enumerate(axes):
if isinstance(channel_axis, np.ndarray):
for geo_i, geo_axis in enumerate(channel_axis):
Expand Down

0 comments on commit 78d9b0a

Please sign in to comment.