Matt Dumont
Matt Dumont
Fix a bug in mt3dms * mt3d-usgs text options being written despite specifying mt3dms Fix a number of bugs in mp6: * allow modpath creation without modflow model * removing...
I get a 400 error bad url when calling jira.edit_issue() for cloud. The error rectified by changing line: **1035** in jira.py from data = {"update": fields} to data = {"fields":...
When pst.control_data is accessed via __setattr__ method the passed column in pst.control_data._df is not set, which means that user passed optional control data will never be written to the pest...
From what I can see there is no explict support for setting parameter PARCHGLIM to 'absolute(N)'. You can manually set the PARCHGLIM field in the parameter data as follows: ```...
Thanks for your work. It would be helpful if you could set a seed value for functions like the pettit test to allow absolute reproducibility when needed. I'm a bit...
This is a port of an issue from Sphinx (https://github.com/sphinx-doc/sphinx/issues/12026) ## The original issue: ### Describe the bug building sphinx the build fails if the child class is smaller than...
I'm running into an issue where we want to collaborate with a third party on a part of a document written in LaTeX, but that person is not familar with...
I was having an issue where my interpreter could not identify "python" as the default interpreter (e.g. in commands = ['python {file}.py']) as of line 1560 which is in pythontex3.run_code....
GPU offload of RandomForestRegressor fails at a relativly low sample and dimensional level # Error RuntimeError: Provided range is out of integer limits. Pass `-fno-sycl-id-queries-fit-in-int' to disable range check. #...