In the context of an existing code, the following code (proposed in https://bhptoolkit.org/WaSABI/ as an example)
r0 = inspiral["Trajectory"]["r0"]; \[Phi] = inspiral["Trajectory"]["\[Phi]"]; ParametricPlot[{r0[t] Cos[\[Phi][t]], r0[t] Sin[\[Phi][t]]}, {t, 0, tmax}]
raises a "KeyExistsQ" error when running it twice. This seems to be due to conflicting global variables. The notebook with the error has been provided to @honetloic .
In the context of an existing code, the following code (proposed in https://bhptoolkit.org/WaSABI/ as an example)
r0 = inspiral["Trajectory"]["r0"]; \[Phi] = inspiral["Trajectory"]["\[Phi]"]; ParametricPlot[{r0[t] Cos[\[Phi][t]], r0[t] Sin[\[Phi][t]]}, {t, 0, tmax}]raises a "KeyExistsQ" error when running it twice. This seems to be due to conflicting global variables. The notebook with the error has been provided to @honetloic .