Antony Kamp
Antony Kamp
**PR type:** enhancement **Related issue:** #1567 ## Summary **Proposed changes** * By requesting `predict_f` or `predict_y`, GPflow returns an instance of `MeanAndVariance`, a subclass of NamedTuple. By that, the user...
Hey guys, I worked on _test_finite_difference_ and _test_fit_result_ so that they correspond more to the pytest style. Some words to 'test_fit_result.py': It's not possible to use a fixture in Parameters,...
Hey, working on the conversion of the tests (#268), I got test failures because of the functions [variance](https://github.com/tBuLi/symfit/blob/efabe2d00040669913f2c52b895c952a760aa691/symfit/core/fit_results.py#L128) and [stdev](github.com/tBuLi/symfit/blob/efabe2d00040669913f2c52b895c952a760aa691/symfit/core/fit_results.py#L106). Because *variance* is returning a NoneType object, the function *stdev*...
Hey, After several hours without progress, I ask you. When I convert the test "constrained" to a pytest, four tests failed. You can find the log [here](https://github.com/DuckNrOne/symfit/tree/ConvertToPyTest/tests). The converted test...
While executing the first converted pytest (test_argument.py), I got a warning, that some collections and syntax of symfit won't be supported in the future. I just wanted to point this...
Hello, It's more a question than an issue. So if somebody wants to contribute to symfit, it's quite difficult to get an overview of the code structure. I know it's...
hey, It would be cool to have a kind of "How to read the docs" section somewhere :) As a starter (as well as an advanced user) you could find...
I was looking threw the dependencies of "esdoc", when I found "ice-cap". Regarding snyk it isn't maintained anymore and needs security reviews: https://snyk.io/advisor/npm-package/ice-cap For example, it contains "[email protected]" as a...
_This PR was developed during the seminar "Softwaredesign" at the Hasso-Plattner Institute Potsdam_ Authors: @Olliwehr, @antonykamp Supervisors: @timfel @JensLincke # What did we change? This PR introduces the CRUD operations...
# What changed? This pull request adds a test for prescription bundle validation. The test revealed that JSON strings aren't validated correctly. The reason is that Jakarta returns different values...