Jeremy Monat

Results 94 comments of Jeremy Monat

In the DC area, my employer has an opening for a [Software Developer/Analyst](https://careers-spa.icims.com/jobs/4686/software-developer-analyst/job) and a [Software Engineer](https://careers-spa.icims.com/jobs/4638/software-engineer/job); listings say they require a security clearance. A former co-worker is now a...

I experienced this error a few times. Pretty sure it wasn't either A or B every time--I left the computer, and then some minutes later the script gave the error....

@bjodah yes, I think @jeremyagray's greatly-improved parser merits a release. Personally I would name it 0.9.0 because it is a significant update to a core function. Thanks for starting the...

I'm assuming there is no doctest for README.rst? So I'm manually testing docstrings by running them in a temporary doc_testing.py file, having forked from bjodah/chempy after @jeremyagray merged the parsing...

Thanks for the guidance, @bjodah. Will do; I'll add .vs to the .gitignore file too, just in case any contributor is using Visual Studio Professional. Hopefully @jeremyagray also has the...

Hi, just following up to check if @jeremyagray can address the last remaining coding issue (that I'm aware of) before a release by him or @bjodah, hijacking unicode characters which...

@Cruncher999 Did you ever get docfx to build the documentation on a Windows computer? I'm experiencing the same issue. I have a project with both C# (.csproj) and VB (.vbproj)...

The double backticks surrounding parameter names no longer appear, which is definitely good. I'm not sure whether those backticks were supposed to do something to the parameter names or other...

This is a very early draft. I have little experience in ODEs, so I'd appreciate guidance on: - Which [SciPy](https://docs.scipy.org/doc/scipy/reference/integrate.html?highlight=ode) (or other free and open-source package) function(s) are alternatives, for...

Was it the intention to make `dsolve_system` a user function as listed on the [ODE page](https://docs.sympy.org/dev/modules/solvers/ode.html?highlight=ode#dsolve-system)? [`dsolve_system` is called by `dsolve` for iterables](https://github.com/sympy/sympy/blob/master/sympy/solvers/ode/ode.py#L559) (multiple equations); is there a reason for...