Skip to content

Commit

Permalink
fix: Remove merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
b-butler committed Nov 13, 2023
1 parent cb0cf3f commit c8cd041
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions projects/flow.2D-random-walk/src/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,7 @@ def compute_mean_squared_displacement(*jobs):

@RandomWalkProject.pre(all_simulated)
@RandomWalkProject.post.true("plotted_walks")
<<<<<<< HEAD
@RandomWalkProject.operation(
aggregator=flow.aggregator.groupby(
"standard_deviation", select=lambda job: job.sp.replica <= 4, sort_by="replica"
)
)
=======
@RandomWalkProject.operation(aggregator=first_five_replicas)
>>>>>>> main
def plot_walks(*jobs):
"""Plot the first 5 replicas random walks for each standard_deviation."""
fig, ax = plt.subplots()
Expand Down

0 comments on commit c8cd041

Please sign in to comment.