Replies: 3 comments
-
Here's a full test case. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is a bug in passing the complete error message to the Error dialog. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm not following- if you have an input bus, how can inputs be listed in
the test header? Or do you to have inputs come in to that circuit
separately instead of as a bus?
…On Mon, Oct 2, 2023 at 12:43 AM Helmut Neemann ***@***.***> wrote:
There is a bug in passing the complete error message to the Error dialog.
Your problem is that declare cannot access the model inputs. Only the
outputs can be accessed.
Inputs can always be listed directly in the header of the test. Outputs
would have to be created in the circuit first, which would be inconvenient.
—
Reply to this email directly, view it on GitHub
<#1204 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALBEPMFHHAIQMPPMYSL2IALX5JPBFANCNFSM6AAAAAA5OTO23U>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use 'declare' to split off a bit from a bus, just like in the Help. It's giving me an odd error which isn't any help:
Error running the tests:
During the execution of the tests "Test.error" an error has occurred!
caused by: During the execution of the tests "Test.error" an error has occurred!
This recursive error almost put me in a mental hospital :)
I made a simplified test file that reproduces this error:
I reproduced the error in a completely different circuit as well.
Attached are screenshots of the test text and the error message.
Version info:
OSX, 10.16
JRE: 13.0.1
VM: 13.0.1+9
Digital.jar
Build Git-Revision: v0.30-18-g1204c26
Build Time: 2023-09-19 05:12
Beta Was this translation helpful? Give feedback.
All reactions