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

min/max is crashing with error in add_plot_1d #198

Open
marshallmcdonnell opened this issue Apr 1, 2019 · 0 comments
Open

min/max is crashing with error in add_plot_1d #198

marshallmcdonnell opened this issue Apr 1, 2019 · 0 comments
Assignees
Labels
GUI: Calcualte G(r) Tab The Calculate G(r) Tab Priority: High High priority feature / fix Type: Bug Bug in application; Crashes; Requires break-fix work

Comments

@marshallmcdonnell
Copy link
Member

On clicking show min/max button, get:

Traceback (most recent call last):
  File "build/scripts-3.6/addie", line 1471, in do_show_sq_bound
    self.ui.graphicsView_sq.toggle_boundary(q_left, q_right)
  File "/home/ntm/software/addie/build/lib/addie/calculate_gr/sofqview.py", line 432, in toggle_boundary
    self._leftID = self.add_vertical_indicator(q_left, 'red')
  File "/home/ntm/software/addie/build/lib/addie/plot/mplgraphicsview.py", line 198, in add_vertical_indicator
    line_width=1)
TypeError: add_plot_1d() got an unexpected keyword argument 'vec_x'
@marshallmcdonnell marshallmcdonnell added the Type: Bug Bug in application; Crashes; Requires break-fix work label Apr 1, 2019
@marshallmcdonnell marshallmcdonnell added the GUI: Calcualte G(r) Tab The Calculate G(r) Tab label Sep 30, 2019
@marshallmcdonnell marshallmcdonnell changed the title Calculate G(r) - min/max is crashing with error in add_plot_1d min/max is crashing with error in add_plot_1d Sep 30, 2019
@marshallmcdonnell marshallmcdonnell added the Priority: High High priority feature / fix label Sep 30, 2019
@marshallmcdonnell marshallmcdonnell self-assigned this Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI: Calcualte G(r) Tab The Calculate G(r) Tab Priority: High High priority feature / fix Type: Bug Bug in application; Crashes; Requires break-fix work
Projects
None yet
Development

No branches or pull requests

1 participant