Skip to content

Commit

Permalink
Documentation edit
Browse files Browse the repository at this point in the history
  • Loading branch information
kb1dds committed Jun 6, 2024
1 parent 4a7be92 commit 3b9aa23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysheaf/pysheaf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def __init__(self,dataTagType,compareAssignmentsMethod=None, serializeAssignment
"""Dimension of the stalk on this Cell instance"""
self.mDataAssignmentPresent = False
self.mDataAssignment = 0
"""Value of the (single) assignment on the Cell instance. Only one assignment is permitted at a time."""
self.mExtendedAssignments = {}
self.mDataTagType = dataTagType
self.mOptimizationCell = optimizationCell # if the cell's data assignment can be changed by the optimizer
Expand Down

0 comments on commit 3b9aa23

Please sign in to comment.