Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] kima-showresults fails when using the "phase" option #75

Open
Kamuish opened this issue Sep 27, 2022 · 1 comment
Open

[bug] kima-showresults fails when using the "phase" option #75

Kamuish opened this issue Sep 27, 2022 · 1 comment

Comments

@Kamuish
Copy link
Contributor

Kamuish commented Sep 27, 2022

When launching the kima-showresults I get the following error:

kima-showresults rv planets
  Traceback (most recent call last):
  File "/home/amiguel/phd/tools/kima/kima_env/bin/kima-showresults", line 33, in <module>
      sys.exit(load_entry_point('pykima==4.0.4', 'console_scripts', 'kima-showresults')())
    File "/home/amiguel/phd/tools/kima/kima_env/lib/python3.9/site-packages/pykima-4.0.4-py3.9.egg/pykima/showresults.py", line 252, in showresults
    res.make_plots(list(set(plots)), save_plots=args.save_plots)
  File "/home/amiguel/phd/tools/kima/kima_env/lib/python3.9/site-packages/pykima-4.0.4-py3.9.egg/pykima/results.py", line 893, in make_plots
    display.make_plots(self, options, save_plots)
  File "/home/amiguel/phd/tools/kima/kima_env/lib/python3.9/site-packages/pykima-4.0.4-py3.9.egg/pykima/display.py", line 69, in make_plots
    exec(methods)
  File "<string>", line 1, in <module>
  File "/home/amiguel/phd/tools/kima/kima_env/lib/python3.9/site-packages/pykima-4.0.4-py3.9.egg/pykima/results.py", line 890, in phase_plot
    return display.phase_plot(self, sample, highlight)
  File "/home/amiguel/phd/tools/kima/kima_env/lib/python3.9/site-packages/pykima-4.0.4-py3.9.egg/pykima/display.py", line 912, in phase_plot
    fig.canvas.set_window_title('phase plot')
  AttributeError: 'FigureCanvasTkAgg' object has no attribute 'set_window_title'
@rluquer
Copy link

rluquer commented May 1, 2023

Has this been fixed? Got the same error.

@j-faria j-faria mentioned this issue May 16, 2023
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants