Skip to content

Commit

Permalink
new increment observations
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 8, 2018
1 parent e218623 commit 4b46b57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/crossline/models/facts/counter.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ class CounterFact(fact.Fact):

counter = appier.field(
type = int,
initial = 0
initial = 0,
observations = """The integer counter value that should
be incremented for every single interaction"""
)

@classmethod
Expand Down

0 comments on commit 4b46b57

Please sign in to comment.