Lagrang3
Lagrang3
Constraint objects are fed an 'astropy.time.Time' variable. LocalTimeConstraint must transform that time according to the local time-zone.
Every call to the function `astroplan.plots.plot_sky` raises an exception. Even with the tutorial [example](https://astroplan.readthedocs.io/en/latest/tutorials/plots-10.py). Here a minimal code that triggers the error: ``` #!/usr/bin/env python3 import matplotlib.pyplot as plt import...
`AltitudeConstraint` does not consider DST (daylight saving time). For instance consider the following code: ``` #!/usr/bin/env python3 import astroplan, astropy.time import astropy.units as u import pytz,datetime polse=astroplan.Observer( latitude= 46+(28+9.1/60)/60, longitude=...
boost version: 1.73.0 My project needs a test suite on which several functions with the same signature are called on the same list of datasets. I resolved that a test...
This solves issue #7150. Renepay does not handle properly the case in which `htlcmax=0` in the gossmap channels. There are two cases that are to be considered separately: local channels...
According to the documentation of `listsendpay` the field `amount_msat` is optional: ``` amount_msat (msat, optional): The amount delivered to destination (if known) ``` No further information is provided. Can the...
In this PR I would like to make some code refactoring and bug fixes. Changes: - separate `struct chan_extra` and `struct flow` into two different modules, - remove unnecessary (and...
### Issue and Steps to Reproduce In `regtest` trying to over-pay a multipart payment, the recipient crashes. Head at d716e6db734c62610432b7d703cb6bddd22016c3. Steps to reproduce ``` start_ln 5 fund_nodes export INV=$(l4-cli invoice...
I came up with the following test case for `renepay`: ```python def test_htlc_minmax(node_factory): """ Topology: 1----2----4 | | 3----5----6 Try sending a payment from 1 to 6, there are two...
Renepay loops and then times out after trying several times the same route with wrong fees: ``` # we have computed a set of 1 flows with probability 1.000, fees...