Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Revert the hacky change for N-d tensors
Browse files Browse the repository at this point in the history
  • Loading branch information
horizon-blue authored and ndmlny-qs committed Oct 18, 2022
1 parent 3dc0323 commit c509ad4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@
def serialize_bm(samples: MonteCarloSamples) -> Dict[str, List[List[float]]]:
"""
Convert Bean Machine models to a JSON serializable object.
Args:
samples (MonteCarloSamples): Output of a model from Bean Machine.
Returns
Dict[str, List[List[float]]]: The JSON serializable object for use in the
diagnostics tools.
Expand Down

0 comments on commit c509ad4

Please sign in to comment.