dallan-keylogic

Results 57 comments of dallan-keylogic

Unfortunately that fix didn't work: ``` Traceback (most recent call last): File "C:\Users\[REDACTED]\.conda\envs\idaes\lib\pdb.py", line 1723, in main pdb._runscript(mainpyfile) File "C:\Users\[REDACTED]\.conda\envs\idaes\lib\pdb.py", line 1583, in _runscript self.run(statement) File "C:\Users\[REDACTED]\.conda\envs\idaes\lib\bdb.py", line 598, in...

The link for Windows builds of GiNaC is broken, so that probably ends this experiment for me.

Unfortunately, in my current model I have some "mutable" parameters that are equal to zero and that I never want to change, but they're forced to be mutable because they...

I merged the branches the wrong way when trying to get the new fix onto this branch. Closing this PR in favor of #1098.

It looks like NO is the only component in the flue gas property package not presently supported in the natural gas property package. The Chapman-Enskog calculations for dynamic viscosity and...

Returning to this issue finally and am running into an issue when trying to implement the suggested fix. The following code (adapted from the current tests) triggers an infinite loop...

That snippet of code works as expected. Made some comments on that PR.

@andrewlee94 I can take a look at it today. I still need to figure out what sort of substitution is going on when documents are built (probably via scripts @eslickj...

@andrewlee94 , I'm taking another look at this one today. Managed to smooth out the config arguments, but still need to change formatting from headings to bullet points: ![image](https://user-images.githubusercontent.com/88728506/204616090-4a3e2ac0-4ee9-43cf-b7fe-cec421e1bfc8.png) Looking...

I reverted us back to having Config be a special header for now, but got rid of the additional "default" hiding in the arguments below the config section. ![image](https://user-images.githubusercontent.com/88728506/204620819-49824067-ba62-468c-b804-d06faa025294.png)