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

Calibration functions with findval() in them #33

Open
chrisf4lc0n opened this issue Jan 21, 2016 · 4 comments
Open

Calibration functions with findval() in them #33

chrisf4lc0n opened this issue Jan 21, 2016 · 4 comments
Labels

Comments

@chrisf4lc0n
Copy link

DEBUG:main: ERROR: Exception during output: global name 'findVal' is not defined

@haydnw haydnw closed this as completed in d53db63 Jan 23, 2016
@chrisf4lc0n
Copy link
Author

That does not do the job I am afraid, I have changed it to findval myself, but still kept getting error...

@haydnw haydnw added the bug label Jan 23, 2016
@haydnw haydnw reopened this Jan 23, 2016
@chrisf4lc0n
Copy link
Author

The problem must lie somewhere in the calibration.py file, but as I said being a complete Python noob does not help, I will however try to work it out...

@haydnw
Copy link
Owner

haydnw commented Jan 23, 2016

It's something to do with line 59 (in 20829d8):

'function': eval("lambda x: " + func),

I'm not sure why Python doesn't recognise the findval() function when evaluating the lambda.

@haydnw haydnw changed the title TGS 2600 Calibration Calibration functions with findval() in them Jan 23, 2016
@chrisf4lc0n
Copy link
Author

Thanks for pointing me in the right direction... I will work on that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants