Skip to content
New issue

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

Compute IDT and IDT SA using Cantera #150

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

f schema

f9a9282
Select commit
Loading
Failed to load commit list.
Open

Compute IDT and IDT SA using Cantera #150

f schema
f9a9282
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Dec 4, 2024 in 8s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 464 in t3/simulate/cantera_IDT.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 545 in t3/simulate/cantera_IDT.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 21 in tests/test_simulate_adapters/test_cantera_IDT.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'plot_idt_vs_temperature' is not used.