Skip to content

Commit

Permalink
bug in translation
Browse files Browse the repository at this point in the history
  • Loading branch information
atait committed Dec 6, 2019
1 parent 339e8e9 commit e487a4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lygadgets/cell_translation.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def anyCell_to_anyCell(initial_cell, final_cell):
The supported types and their mapping to write methods are contained in celltype_to_write_function and celltype_to_read_function.
'''
global do_write_ports
do_write_ports_orig = do_write_ports
do_write_ports = True
tempfile = os.path.realpath('temp_cellTranslation.gds')
Expand Down

0 comments on commit e487a4f

Please sign in to comment.