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

How to solve this expression ? #6

Open
MiteshiOS opened this issue Jul 24, 2018 · 4 comments
Open

How to solve this expression ? #6

MiteshiOS opened this issue Jul 24, 2018 · 4 comments

Comments

@MiteshiOS
Copy link

MiteshiOS commented Jul 24, 2018

screen shot 2018-07-24 at 5 02 23 pm

Also please look into this wrong recognition.
simulator screen shot - iphone 6 - 2018-07-24 at 17 37 23
simulator screen shot - iphone 6 - 2018-07-24 at 17 37 41

@Premal-Khetani
Copy link

@MiteshiOS how you manage to run the project?

@MiteshiOS
Copy link
Author

@Premal-Khetani Means ? You are not able to run project ?

@Premal-Khetani
Copy link

@MiteshiOS yes, you solved this error, right ?

@vipinjohney
Copy link

vipinjohney commented Aug 30, 2018

@MiteshiOS this is how I made the warning disappear.

Change this -

result = zip(real, target).map{(-$0 * (1 - $0) * ($1 - $0))}

to this -

let zipped = zip(real, target)
result = zipped.map{(-$0 * (1 - $0) * ($1 - $0))}

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

3 participants