Open ptruitt opened 4 years ago
It's funny it fails on getQDielecitc. Id expect it to fail on a junction. It seems like mabe the issue is with the frequencies. did you run a simulation that now has results or was this before
I think I found the issue. When lv = self._get_lv(variation) occurs and there are no variables in the design, you get lv = [''] (a list with one empty string), which causes the error. In the case of no design variables, we want it to set lv =[] (just an empty list). I confirmed that this fixes it on some small functions I wrote, but I'm not sure where/how to add a check for this in pyEPR to fix it wherever it might come up.
@ptruitt I’d like to invite you to get together for a Working Group Meeting for pyEPR.
See https://github.com/zlatko-minev/pyEPR/issues/45
Would you be interested?
Best wishes,
Zlatko
Hi Zlatko,
Sure, this sounds like a good idea. I saw in the thread that you're thinking mid-late September, which should work for me.
Best, Patrick
On Thu, Aug 13, 2020 at 3:31 PM Zlatko Minev notifications@github.com wrote:
@ptruitt https://github.com/ptruitt I’d like to invite you to get together for a Working Group Meeting for pyEPR.
See #45 https://github.com/zlatko-minev/pyEPR/issues/45
Would you be interested?
Best wishes,
Zlatko
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zlatko-minev/pyEPR/issues/32#issuecomment-673669267, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEYIT73UHWPNCBFWOXXUUBTSAQ5SBANCNFSM4M2DIW2A .
We will have a working group meeting for pyEPR soon:
Meeting signup link: https://forms.gle/oYsCjCMZLZtfrGuFA Discussion link: #45
You can you sign up / help spread the word to anyone you think would be interest.
I noticed that (at least some) field calculator operations fail when there are no variables in the design. One can get around this by just adding a variable to the design and setting it to a constant value if you don't want/need to vary it, but this isn't obvious at first. I have not found a fix for this. Sample error shown below:
com_error Traceback (most recent call last)