Remove debug call
This commit is contained in:
parent
0b71d2fe0c
commit
361b118593
@ -353,8 +353,6 @@ class CompositionalObservable(Observable):
|
||||
o = [obs.get_observation().reshape((-1))
|
||||
for obs in self.observables]
|
||||
o = np.hstack(o)
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
return o
|
||||
|
||||
def draw(self):
|
||||
|
Loading…
Reference in New Issue
Block a user