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

error on car formula renault 2.0 #4

Closed
erolkoroglu opened this issue Dec 15, 2016 · 4 comments
Closed

error on car formula renault 2.0 #4

erolkoroglu opened this issue Dec 15, 2016 · 4 comments

Comments

@erolkoroglu
Copy link

code error when use car formula renault2.0.
Other cars no error! (I tested on skip barber and bmw. This car no problem)
sorry for my bad english.


Traceback (most recent call last):
File "C:\Users\cenanw8-1user\Downloads\datamonitorW161020.py", line 210, in
databox(ysX+0,30,d1_List,"LFshockDefl (m)",1000)
File "C:\Users\cenanw8-1user\Downloads\datamonitorW161020.py", line 120, in databox
if maxdata<i:maxdata=i
TypeError: unorderable types: float() < NoneType()


@kutu
Copy link
Owner

kutu commented Dec 15, 2016

what variable you trying to get?

provide some code

@erolkoroglu
Copy link
Author

d1_List.pop(0)
d1_List.append(ir['LFshockDefl'])

if you want I can send all code.

@kutu
Copy link
Owner

kutu commented Dec 15, 2016

looks like fr20 doesn't have separate front deflections, only center one, use CFshockDefl

@kutu kutu closed this as completed Dec 15, 2016
@erolkoroglu
Copy link
Author

Thankyou.

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