Skip to content

Commit

Permalink
added .copy FarseerCube.compares_references()
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomcteixeira committed Apr 5, 2018
1 parent de5c15a commit c4fdf5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/fslibs/FarseerCube.py
Original file line number Diff line number Diff line change
Expand Up @@ -942,8 +942,8 @@ def compares_references(

target[z][y][self.xxref], popi = \
self.seq_expand(
ref_pkl,
target[z][y][self.xxref],
ref_pkl.copy(),
target[z][y][self.xxref].copy(),
resonance_type,
fillna_dict
)
Expand Down Expand Up @@ -974,8 +974,8 @@ def compares_references(

target[z][y][self.xxref], popi = \
self.seq_expand(
ref_pkl,
target[z][y][self.xxref],
ref_pkl.copy(),
target[z][y][self.xxref].copy(),
resonance_type,
fillna_dict
)
Expand Down

0 comments on commit c4fdf5f

Please sign in to comment.