Results 6 issues of Sebastian

Flow is not added to an edge if placed on a parallel edge with a short_channel_id that is not yet in the MultiGraph. ``` if G.has_edge(src, dest): if channel.short_channel_id in...

It's possible that in the Channel Graph there's only information about one channel and information about its return channel is missing. Consequently they are currently not created in the UncertaintyNetwork...

Template to include the simulation of payments on the ChannelGraph, extending the previous single period model to a multi period model. Not included is the Channel Graph "listchannels20220412.json", residing in...

When and how do we handle the amounts the best way? This is an extract from https://github.com/renepickhardt/pickhardtpayments/pull/24#discussion_r878517534 and https://github.com/renepickhardt/pickhardtpayments/pull/24#discussion_r884080910 When doing a try loop on a (partial) payments, the amount...

currently statistical summaries are printed in `pickhardt_pay` in each round of payment attempts and in the end. I added two flags to `pickhardt_pay` method as optional arguments: - `summary`(default: `False`)...

Im Social Media Menü werden für die Accounts großer Netzwerke bereits die Icons von fontawesome gezogen. Immer mehr Gliederungen haben Fediverse accounts. Wäre es möglich, für bestimmte Instanzen ein entsprechendes...

enhancement