Ella Wu

Results 92 comments of Ella Wu

@mislav Ah I apologize! Should've tried that as the first thing. Yes after updating my installation everything works. Thanks again :)

This issue is about finding the optimal solution in the _history_ object. The information is already present in the _solution_ object returned by the optimizer, e.g. `sol.xStar`. Note that `sol.fStar`...

In the future, please open new issues since your questions are totally unrelated to this issue. I did add a test for NSGA2 when only a single objective function is...

Thanks for this PR! Does it work for multiple cite keys? And is it easy to extend it to other cite commands like `sidetextcite`?

I pushed a git-tracked implementation of `version.f90`. Alternatively, we could also have `version.o` built the same way as the other objects, if we change the file extension to `.F90`. But...

- We can address the issue with releases by fetching the version from the init file, but only for releases - The main motivation of this work is for cases...

It seems that the `description` string is shown, but not the `help` string for some reason. Perhaps a good enhancement would be to show `help` if `description` is not defined?

I agree that the error message is not very helpful. My proposed solution would be to use something like `shutil.which` to check if `pdflatex` is on the `$PATH`, and throw...

I'm going to defer to @marcomangano for review, but my initial thought is that this is a great feature to have. Two quick comments: - Not 100% sold on adding...

I think if there's a way to standardize things, and make the functions flexible enough that they can be used by everyone, then they should be shipped with pyGeo and...