Tim Cera
Tim Cera
The pest_hp suite of programs has implemented parameter equations in the pest control file. This functionality removes the need for the par2par layer which is a confusing complexity in the...
Found this library https://github.com/rr-/docstring_parser for parsing docstrings. It auto detects the Sphinx, Numpy, and Google docstring styles. I think this simplifies mando a little bit and reduces the dependencies. Does...
* typical version: 2.8.0 * Python version: 3.8.13 * Operating System: Linux - Redhat EL7 ### Description Starting to use typical, and recently installed my package which also has a...
I am getting a KeyError on the key 'refdoc' in ablog. See the attached error file. [sphinx-err.txt](https://github.com/abakan/ablog/files/653791/sphinx-err.txt) Is there a work-around?
Calculate time_zone from lon with "round(lon/15.0)". Normalize "timezone" to "time_zone". Where "time_zone" is positional argument, make keyword = None Suggest even dropping "time_zone" altogether since I can't see a reason...
Checklist - [X] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [X] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [X] Source is...
### Solution to issue cannot be found in the documentation. - [X] I checked the documentation. ### Issue Trying to add Windows support to https://github.com/timcera/g2clib-feedstock. The main branch does not...
The multiplication by the boolean is computationally expensive compared to using boolean indexing. Speeds it up a bunch.
Using WinHSPF 3.1 to develop exs files for HSPEXP+. When saving the modified UCI file, the FTABLES that represent surface storage are stripped out. These are perfectly valid FTABLES with...
The WinHSPF 3.1 output manager, instead of surgically inserting just what is need to work with HSPEXP+, will also remove lines, comments, and renumber PERLND, IMPLND labels. My UCI files...