Hande Gözükan
Hande Gözükan
Hello, I've updated the server.js file and package.json files to make the project work with Express 4 API. I am new to node.js. Thank you for the code that you...
Fixes `AlignedUMAP.update` which does not work correctly. The relations dictionary is updated with the inverse of the provided relations dictionary. However inverse dictionary should be used only in `init_from_existing` while...
ipysheet assumes column sorting by default. For the cases it is not desired, introduces `column_sorting` parameter for the sheet to enable/disable column sorting.
The tests pass with `N_TRIALS=2` in c`onftest.py`, but fail for `N_TRIALS=5`. Failing tests are: `alphacsc/tests/test_learn_d_z_multi.py::test_transformers[True-alternate_adaptive-separate-OnlineCDL]` `alphacsc/tests/test_learn_d_z_multi.py::test_transformers[True-alternate-separate-OnlineCDL]` for `rank1, solver_d, uv_constraint, klass` parameter values respectively.
Update `get_cost` function in `_z_encoder` to call `compute_objective` in `_z_encoder`. As `ztz` and `ztX` are not initialized prior to calling `compute_z`, this requires some changes. Two possible solutions: - `get_cost`...
Update DicodileEncoder params only with tol and reg after https://github.com/tomMoral/dicodile/issues/47 is fixed and a new version is released.
After new release of pydata-sphinx-theme doc building does not work anymore. - Fixes json URL path - Fixes docstrings that give warning during doc building
Fixes https://github.com/attardi/wikiextractor/issues/283
Improves dicodile's performance: - Update signatures of functions adding seg_bounds and seg_inner_bounds to avoid unnecessary calls to `Segmentation.get_seg_bounds`. - Separates worker and local segmentation classes.
Mandrill example runs without problems however unit tests fail with mpich. When tests are run with: ``` $ pytest ``` Output is: ``` dicodile/tests/test_dicodile.py::test_dicodile [mpiexec@hande] match_arg (utils/args/args.c:160): unrecognized argument pmi_args...