Fix typo in tuple_to_laplace_options forwarding function#3330
Fix typo in tuple_to_laplace_options forwarding function#3330SteveBronder wants to merge 3 commits into
Conversation
|
@SteveBronder is there a unit test that runs through the code? Just want to make sure it compiles and runs ok. |
|
@syclik These are tested in the other laplace tests, but I just pushed tests specifically for moves in |
|
Awesome. Thanks! |
Jenkins Console Log Machine informationNo LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.3 LTS Release: 20.04 Codename: focalCPU: G++: Clang: |
Summary
Fixes
tuple_to_laplace_optionstypo so that we usestd::forward<Options>instead ofstd::forward<Opts>Tests
None for one liner
Checklist
Copyright holder: Simons Foundation
The copyright holder is typically you or your assignee, such as a university or company. By submitting this pull request, the copyright holder is agreeing to the license the submitted work under the following licenses:
- Code: BSD 3-clause (https://opensource.org/licenses/BSD-3-Clause)
- Documentation: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/)
the basic tests are passing
./runTests.py test/unit)make test-headers)make test-math-dependencies)make doxygen)make cpplint)the code is written in idiomatic C++ and changes are documented in the doxygen
the new changes are tested