Alasdair Gray

Results 12 comments of Alasdair Gray

I can't really prioritise this anytime soon as I'm working on merging in my thesis work to pytacs and improving the MACH tutorial before next term starts. However, I have...

Looks like this is the same issue as https://github.com/psf/black/issues/3694

@JelleZijlstra I'd be happy to try fixing this myself if you can give me some pointers on which section(s) of the code need to be changed

I guess the main question on this matter is how do we test the parts of the MPhys wrapper that are only used when coupling ADflow to other disciplines? We...

@lamkina do you have any suggestions on how I should test this?

I'm confused, if I add code printing out the state on the line in `solve_nonlinear` right before the ADflow solver is called then this change seems to be working, but...

@lamkina I think we should just merge this PR, regardless of the reason that the initial state seemed to be being set correctly before by the ADflow, explicitly defining the...

I am seeing the same issue, I believe it's being caused by the changes in #460 On the current master branch of pyenv and pyenv virtualenv, `python3-config --includes` returns the...

Hey @lucaerosBGD , this shouldn't be too hard to add, you just need to return the values from the real/complex slice data dictionaries in the same way we already do...

`DVConstraints` -> `GeoConstraints` `DVGeo` -> `GeoParam`, `GeoParamFFD`, `GeoParamFFDMulti`, `GeoParamVSP`, ... etc