Skip to content

Commit 6c13c32

Browse files
committed
bug fix
1 parent b47df8f commit 6c13c32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devsimpy/DomainInterface/DomainBehavior.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def initPhase(self, phase:str="IDLE", sigma:float=0.0)->None:
7777
self.state = {'status':phase, 'sigma':sigma}
7878

7979
def setSigma(self,sigma:float=0.0)->None:
80-
self.state['sgima'] = sigma
80+
self.state['sigma'] = sigma
8181

8282
def setStatus(self, phase:str)->None:
8383
self.state['status'] = phase

0 commit comments

Comments
 (0)