Tyler Hughes

Results 185 comments of Tyler Hughes

Awesome congrats on your first contribution! 🎉 . sorry it was a little rocky with the testing there.

hm, try running this script? https://github.com/flexcompute/tidy3d/blob/pre/2.7/scripts/sample.py

> Sorry another question @tylerflex: it seems that allowing a simulation field to be the union of a basic type (e.g. bool in subpixel and float in run_time) and a...

@prashkh It seems (based on the tests) that on python3.9, all the results are `None`. Would you mind looking into this? Im not really sure how to proceed. Perhaps there...

it's possible when I tried to recover your changes, I missed some detail?

Yea sorry, wrong PR.. supposed to be commenting on this one #1685 :D

I had the same idea. @e-g-melo mentioned it would be better for gui integration if we made it its own class. At the same time, we don't want to clutter...

What would be nice is a way for GuI to offer ways to enter fields using class method constructors. But then the original data is lost when we load the...

maybe we can offer a classmethod for now? should be a super simple task and potentially good one for new people to implement to get familiar with the code.

It will be in the type annotation shown in the docs ```py def elliptical(...) -> Transformed: ... ``` however, it might be a circular import if Transformed ever imports Cylinder,...