-
Dear contributors, While simulating with the branch ofc-2020 I am not able to obtain the results with both the gn and the ggn model in order to compare them. Eventhough I am passing the Finally I have even tried to change manually Thank you very much for your patience. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @GanbaruDM,
https://gnpy.readthedocs.io/en/master/install.html#using-python-on-your-computer Specifically, this step is required:
Note that the Currently, Raman simulation and ggn model are only supported by the |
Beta Was this translation helpful? Give feedback.
Hi @GanbaruDM,
gnpy-transmission-example
andgnpy-path-request
will be available if you install the Python package according to instructions here:https://gnpy.readthedocs.io/en/master/install.html#using-python-on-your-computer
Specifically, this step is required:
pip install --editable . # note the trailing dot
Note that the
gnpy-transmission-example
andgnpy-path-request
scripts just import the corresponding function fromgnpy.tools.cli_examples
and run it.Currently, Raman simulation and ggn model are only supported by the
RamanFiber
element. I don't see any attached file so I don't know what error you get.