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

np.where conversion to IfExp #59

Merged
merged 1 commit into from
Jun 4, 2024
Merged

Conversation

jpn--
Copy link
Member

@jpn-- jpn-- commented Jun 3, 2024

converts spec expression statements in the format np.where(x, y, z) into numba code y if x else z.

@jpn-- jpn-- merged commit 8d63a66 into ActivitySim:main Jun 4, 2024
13 checks passed
@jpn-- jpn-- deleted the np-where branch September 10, 2024 13:51
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

Successfully merging this pull request may close these issues.

1 participant