tidy3d
tidy3d copied to clipboard
mkdirs in to_gds_file calls if they dont exist
Fixes (5) in https://flow360.atlassian.net/browse/SCEM-5706
The tests are failing because you want mkdir, not makedirs: https://docs.python.org/3/library/pathlib.html#pathlib.Path.mkdir
Ah thanks, I forgot to fix that last one. Should be good now.