Phoebe Pearce

Results 39 comments of Phoebe Pearce

Indeed, this is the wrong result -- I am looking into it to see if I can find where the problem is. Just a note on the running time: the...

The issue seems to be with this line in the for loop: ``` light_source.options["concentration"] = c ``` As it turns out, this does not actually change the concentration in the...

@YunguiLi please open a new issue if you have a problem rather than commenting on a (seemingly unrelated?) different issue! To answer your question, this is not a bug, the...

Ok, have made the suggested changes and bumped version to 5.8.0.

Good catch, thanks - I have just removed checking for the string. Hopefully this does not break functionality anyone is currently using, but in order to look up the parameters...

@dalonsoa I think I might be able to solve this, but I am not that familiar with how the PDD solver is compiled and just searching the codebase indicates that...

Update (for myself): there appear to be [a more general issue](https://developer.apple.com/forums/thread/651476) with compiling Fortran on the new Apple silicon chips. Currently trying to see if one of these [experimental releases](https://github.com/fxcoudert/gfortran-for-macOS/releases)...

Ok, sort of resolved. For reasons I do not understand, Homebrew gfortran (part of gcc, version 12.0.0 20211218 Target: aarch64-apple-darwin21) completely fails to compile the Fortran source files. It gives...

Update: this issue appears to be fixed using current Homebrew gcc/gfortran (gcc 12.2.0). Documentation should be updated to reflect this.

I cannot reproduce this issue on Mac in Python3.10, but I am on MacOS Monterey (12.6). Looking at your log, it seems like to compile the PDD, your computer is...