rht

Results 168 issues of rht

The single process batch runner calls `run_wrapper` without the required return_dict argument, https://github.com/ncsa/COVID19-mesa/blob/d384d47abfbea5190184a17cead6b444da8b1bfd/batchrunner_local.py#L452, which causes the exception.

These functions are undefined and I had to comment them out in model_runner.py: ``` #"Susceptible": compute_susceptible, #"Incubating": compute_incubating, #"Asymptomatic": compute_asymptomatic, #"SymptQuarantined": compute_symptdetected, #"AsymptQuarantined": compute_asymptdetected, #"Severe": compute_severe, #"Recovered": compute_recovered, #"Deceased": compute_deceased,...

File Attributes (either in POSIX or extended attributes) of UNIX File System Objects SHOULD be preserved as long as they allow canonical serialisation (i.e. can be uniquely hashed regardless of...

kind/enhancement
help wanted

#### Issue description Here is a concrete benchmark result for #562, where I found the hybrid Python-C++ code ([~40 LOC of the Python code](https://github.com/PennyLaneAI/pennylane-lightning/pull/562/files#diff-fb1611dd685c7b67609f388a7be138a70716213839b801642c84376a87fffc6eR1023-R1054)) in that PR to be ~2x...

### Before submitting Please complete the following checklist when submitting a PR: - [ ] All new features must include a unit test. If you've fixed a bug or added...

#### Issue description I did a vanilla clone of the repo, and ran `docker build . -f ./docker/Dockerfile -t "lightning-gpu-wheels"`. But failed with the following error: #### Source code and...

TODO: - [ ] Merge #2091. - [x] Update cookiecutter template.

breaking

Thank you for wrapping the library. Such a lifesaver. Someone in discourse.julialang.org mentioned that the lbfgsb.f used in `scipy.optimize` is actually a 2011 modification of the original method, see: https://github.com/JuliaNLSolvers/Optim.jl/issues/927....

good first issue

travis-ci.org was shut down in Dec 31 2020, which leaves travis-ci.com which has limited credit for FOSS projects. So let's migrate to elsewhere. Let me know if you prefer Circle...

enhancement