weichiehlo / SearchEngine

0 stars 0 forks source link

Program crashes when graphing Horiziontal #15

Open PeterBWu opened 5 years ago

PeterBWu commented 5 years ago

Can't graph scatter graph.


Engine(postgres://postgres:***@localhost/FG33E1)
Engine(postgres://postgres:***@localhost/FG33E1)
Engine(postgres://postgres:***@localhost/FG33E1)
Engine(postgres://postgres:***@localhost/FG33E1)
Traceback (most recent call last):
  File "SearchEngine.py", line 1011, in tab6_graph_button_action
    intervalx = float(self.tab6_x_interval_txt.text()), miny = float(self.tab6_y_low_limit_txt.text()),
ValueError: could not convert string to float:

image

PeterBWu commented 5 years ago

using regular two different sensors instead of the same

image