From b423495a52f717693aca028e530ab53dfebd092d Mon Sep 17 00:00:00 2001 From: Oren Ben-Kiki Date: Wed, 26 Jun 2024 10:56:48 +0300 Subject: [PATCH] Add logging. --- docs/v0.1.0/.documenter-siteinfo.json | 2 +- src/boxes.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v0.1.0/.documenter-siteinfo.json b/docs/v0.1.0/.documenter-siteinfo.json index b924731..7f6e395 100644 --- a/docs/v0.1.0/.documenter-siteinfo.json +++ b/docs/v0.1.0/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-06-25T11:49:13","documenter_version":"1.4.1"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-06-26T10:56:06","documenter_version":"1.4.1"}} \ No newline at end of file diff --git a/src/boxes.jl b/src/boxes.jl index 93c0fae..95e41ab 100644 --- a/src/boxes.jl +++ b/src/boxes.jl @@ -735,7 +735,7 @@ computing this data for all genes (instead of just for the subset of genes fed t $(CONTRACT) """ -@computation Contract( +@logged @computation Contract( axes = [gene_axis(RequiredInput), metacell_axis(RequiredInput), box_axis(RequiredInput)], data = [ metacell_box_vector(RequiredInput),