Skip to content

Commit

Permalink
updating testing
Browse files Browse the repository at this point in the history
  • Loading branch information
armenbeck committed Aug 11, 2022
1 parent 18f4aff commit 5758c40
Show file tree
Hide file tree
Showing 31 changed files with 590 additions and 66 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added paddy/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion paddy/Paddy_Runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def sowing_function(self):
self.seed_fitness[int((ts[0]).split('_')[1])])
for i in ts:
if len(ts) > 1:
print(int((i-1).split('_')[1]))
print(int((i).split('_')[1]))
single_param_print(self.seed_params,
int((i).split('_')[1]))
#########Top in Population########
Expand Down
Binary file added paddy/tests/.DS_Store
Binary file not shown.
Binary file added paddy/tests/.coverage
Binary file not shown.
Loading

0 comments on commit 5758c40

Please sign in to comment.