tidy3d icon indicating copy to clipboard operation
tidy3d copied to clipboard

mkdirs in to_gds_file calls if they dont exist

Open tylerflex opened this issue 1 year ago • 1 comments

Fixes (5) in https://flow360.atlassian.net/browse/SCEM-5706

tylerflex avatar Apr 08 '24 23:04 tylerflex

The tests are failing because you want mkdir, not makedirs: https://docs.python.org/3/library/pathlib.html#pathlib.Path.mkdir

lucas-flexcompute avatar Apr 09 '24 09:04 lucas-flexcompute

Ah thanks, I forgot to fix that last one. Should be good now.

tylerflex avatar Apr 09 '24 23:04 tylerflex