We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On this test:
NgSpice.jl/test/wrapper_api.jl
Lines 25 to 27 in 467898a
(note: I added listallvecs() for debugging)
listallvecs()
with v36:
Testing Running tests... Test Summary: | Pass Total interface functions | 6 6 Running the simulator listallvecs() = Dict("const" => ["planck", "boltz", "echarge", "kelvin", "i", "c", "e", "pi", "FALSE", "no", "TRUE", "yes"], "tran1" => ["vin#branch", "vcc#branch", "coll", "base", "V(1)", "vcc", "emit", "time"], "tran2" => ["vin#branch", "vcc#branch", "coll", "base", "V(1)", "vcc", "emit", "time"]) getvectors: Error During Test at /home/steve/.julia/dev/NgSpice/test/wrapper_api.jl:27 Test threw exception Expression: (getvec(branch))[2] == "current" "Vector vin#branch not found" Stacktrace:
with v34:
listallvecs() = Dict("const" => ["planck", "boltz", "echarge", "kelvin", "i", "c", "e", "pi", "FALSE", "no", "TRUE", "yes"], "tran1" => ["vin#branch", "vcc#branch", "coll", "base", "V(1)", "vcc", "emit", "time"], "tran2" => ["vin#branch", "vcc#branch", "coll", "base", "V(1)", "vcc", "emit", "time"])
I am not certain if an API has changed, but we should likely pin ngspice_jll at v34 for the time being since the tests fail.
cc @GlenHertz
The text was updated successfully, but these errors were encountered:
Related? imr/ngspice@951be0d
Sorry, something went wrong.
With v37
@info listallvecs() [ Info: Dict("const" => ["planck", "boltz", "echarge", "kelvin", "i", "c", "e", "pi", "FALSE", "no", "TRUE", "yes"], "tran1" => ["coll", "base", "V(1)", "vcc", "emit", "time"], "tran2" => ["coll", "base", "V(1)", "vcc", "emit", "time"])
Both vcc#branch and vin#branch are missing from all-vectors-list
No branches or pull requests
On this test:
NgSpice.jl/test/wrapper_api.jl
Lines 25 to 27 in 467898a
(note: I added
listallvecs()
for debugging)with v36:
with v34:
I am not certain if an API has changed, but we should likely pin ngspice_jll at v34 for the time being since the tests fail.
cc @GlenHertz
The text was updated successfully, but these errors were encountered: