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

parallelization in rust is working and demonstrates speedup #48

Merged
merged 3 commits into from
Aug 23, 2023

Conversation

calbaker
Copy link
Collaborator

No description provided.


# Note that this cell (demarcated by the `# %%`)

def get_sim_drive_vec(
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kylecarow, check this out

@@ -269,6 +269,20 @@ def test_that_vehdb_single_files_simulate(self):
sd.sim_drive()
self.assertEqual(sd.i, sd.cyc0.len)

class TestSimDriveVec(unittest.TestCase):
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kylecarow , added this test

@calbaker calbaker marked this pull request as draft August 23, 2023 00:54
@calbaker calbaker marked this pull request as ready for review August 23, 2023 18:01
@calbaker calbaker merged commit cb969a1 into fastsim-2 Aug 23, 2023
3 checks passed
@calbaker calbaker deleted the f2-simdrivevec branch August 23, 2023 19:37
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