Jonas Mårtensson
Jonas Mårtensson
This was discussed before in #130, see this [comment](https://github.com/Telecominfraproject/oopt-gnpy/issues/130#issuecomment-432563556) and comments below it. As you can see in that discussion, I tend to agree with you that the current auto-correction...
The `set_amplifier_voa` method also updates the current Edfas delta_p to compensate for the voa, which is not reflected in `prev_dp = dp`. I think these two "errors" cancel each other...
Just FYI, an implementation of k-shortest-paths and exclude nodes constraints have been proposed here: https://review.gerrithub.io/c/Telecominfraproject/oopt-gnpy/+/494445 https://review.gerrithub.io/c/Telecominfraproject/oopt-gnpy/+/494458 @ggrammel, exactly the use case you described is supported at https://gnpy.app/.
@ggrammel, that is strange. Do you mean that the graph and results are not updated when you run a new simulation? I can't reproduce this. Could you please describe the...
Ok, for me in Chrome it also scales back to the original map. I will try to investigate what is the problem with FF. For manually zooming out to the...
@jeanluc-auge, it seems difficult to model both express and add/drop using a single network element representing the whole ROADM. Since elements just propagate `SpectralInformation` independently of other elements, how would...
Hi @AndreaDAmico, with "inline for loop", do you mean something like: `power_profile = asarray([interp(z_final, z, p) for p in power_profile])` instead of the current: `power_profile = interp1d(z, power_profile, axis=1)(z_final)` I...
I proposed a change here: https://review.gerrithub.io/c/Telecominfraproject/oopt-gnpy/+/546806
Hi, is the LYNX app still available for testing somewhere?
We have exactly the same problem. Downgrading kombu to 5.3.1 solves it.