Skip to content

Commit

Permalink
Add logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
orenbenkiki committed Jun 26, 2024
1 parent f85a13e commit b423495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/v0.1.0/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-06-25T11:49:13","documenter_version":"1.4.1"}}
{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-06-26T10:56:06","documenter_version":"1.4.1"}}
2 changes: 1 addition & 1 deletion src/boxes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit b423495

Please sign in to comment.