Manuel López-Ibáñez

Results 68 issues of Manuel López-Ibáñez

https://github.com/plotly/plotly.R/runs/6295712575?check_suite_focus=true#step:12:1691 Failure (test-plotly-symbol.R:58:3): Can specify a scale manually Snapshot of `path` to 'plotly-symbol/plotly-symbol-symbol-manual.svg' has changed Run `testthat::snapshot_review('plotly-symbol/')` to review changes Backtrace: ``` 1. plotly expect_traces(p, 2, "symbol-manual") at test-plotly-symbol.R:58:2 2....

https://github.com/plotly/plotly.R/blob/555a443dcb1699977672c67e870d4e5a4dedf060/tests/testthat/test-plotly-subplot.R#L151 ``` Error (test-plotly-subplot.R:150:3): ggplotly understands GGally Error in `ggcorr(data, method = c("everything", "pearson"))`: could not find function "ggcorr" Backtrace: 1. plotly:::expect_doppelganger(...) at test-plotly-subplot.R:150:2 2. plotly:::write_plotly_svg(p, path) at tests/testthat/helper-vdiffr.R:29:2 3....

💡 **Feature request** Is there a function to calculate the minimum orbit intersection distance between two orbit objects? If not, what would be the best strategy to implement it in...

triaging:enhancement
skills:astrodynamics

A few minor improvements and WIP experiments that may be forgotten otherwise. Feel free to cherry-pick whatever you find useful. This will probably not pass the tests as a whole...

🐞 **Problem** ```python import numpy as np from numpy.testing import assert_allclose from astropy import units as u from poliastro.twobody.thrust import change_ecc_inc from poliastro.twobody import Orbit from poliastro.bodies import Sun from...

status:needs more info

🐞 **Problem** Passing numpy arrays to `M_to_E()` triggers an error. ```python import numpy as np from astropy import units M = np.array([6.81496624e+01, 9.86312488e+01,7.04979622e+01]) e = np.array([6.79773820e-02, 3.76888476e-01, 1.85828423e-01]) from poliastro.core.angles...

triaging:enhancement

I'd like to implement the following using futures, but it doesn't seem possible yet? - [ ] Apply a function over a list of objects and get a list of...

feature request

Details for the issue -------------------- #### What did you do? The documentation does not include the information regarding `LpConstraintVar`: https://coin-or.github.io/pulp/technical/pulp.html?highlight=lpconstraintvar #### What did you expect to see? At minimum, a...

docs