Skip to content

Conversation

@CKehl
Copy link
Contributor

@CKehl CKehl commented Jul 8, 2020

No description provided.

@CKehl CKehl marked this pull request as draft July 8, 2020 14:50
@CKehl
Copy link
Contributor Author

CKehl commented Jul 14, 2020

the auto-testing probably won't work before a rebase (which is NOT to be done).
If you want to check the test output, install flake8 locally to check the linter and run pytest to check the actual tests.

@CKehl CKehl marked this pull request as ready for review July 14, 2020 16:24
@CKehl CKehl changed the base branch from master to benchmarking July 20, 2020 11:51
end_index = self._pid_mapping_bounds[bracket_index][2]
# while start_index<key:
# while end_index >= key:
while key >= end_index:
Copy link
Member

Choose a reason for hiding this comment

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

This could be a bisect search on the end_index for speedier (log(N)) search

c_double(dt),
*fargs)

for subfield_c in pset.particles_c:
Copy link
Member

Choose a reason for hiding this comment

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

It's a bit confusing you call this subfield, because a Field is a specific object in Parcels, and I don't think that these subfields have anything to do with Fields

@CKehl CKehl force-pushed the list_of_pset_array_trials branch 2 times, most recently from 835d177 to 60875ef Compare October 26, 2020 12:09
@CKehl CKehl force-pushed the list_of_pset_array_trials branch 3 times, most recently from 3bcb825 to 7692103 Compare November 6, 2020 12:49
@CKehl CKehl force-pushed the list_of_pset_array_trials branch 3 times, most recently from 104fcc8 to b84615d Compare November 17, 2020 18:31
@CKehl CKehl self-assigned this Nov 19, 2020
@CKehl CKehl force-pushed the list_of_pset_array_trials branch 2 times, most recently from 2d40dbe to af8546d Compare November 22, 2020 11:50
@CKehl CKehl force-pushed the list_of_pset_array_trials branch from af8546d to b90a86b Compare November 29, 2020 17:04
@CKehl CKehl force-pushed the list_of_pset_array_trials branch from d8ee80a to 128a5d5 Compare December 8, 2020 15:01
@CKehl CKehl marked this pull request as draft December 11, 2020 11:15
@CKehl CKehl force-pushed the list_of_pset_array_trials branch 2 times, most recently from 0e3b871 to 04fb590 Compare December 14, 2020 14:25
@CKehl CKehl force-pushed the list_of_pset_array_trials branch from 48de2c7 to f2e02db Compare December 28, 2020 23:23
@CKehl CKehl force-pushed the list_of_pset_array_trials branch from 86f514d to e551c1f Compare February 4, 2021 21:15
CKehl added 27 commits February 17, 2021 20:15
…e new pset (basically: change the iterator). structure to be wrapped up and tested now.
…icleSet for element iteration - slow, but working.
@CKehl CKehl force-pushed the list_of_pset_array_trials branch from fed7b63 to ae1e349 Compare February 17, 2021 19:30
@CKehl CKehl closed this Sep 27, 2022
@CKehl CKehl deleted the list_of_pset_array_trials branch September 27, 2022 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants