Skip to content

Commit

Permalink
added some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bjdebus committed Jun 5, 2023
1 parent 8800629 commit e316934
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/tmcmc_umbridge/minimal-umbridge-model.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import umbridge
import math

"""
Server side of the equation to evaluate likelihood
"""

class TestModel(umbridge.Model):

def __init__(self):
Expand Down

0 comments on commit e316934

Please sign in to comment.