Skip to content

Commit

Permalink
v0.2.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
dinithins committed Apr 18, 2024
1 parent d4d4750 commit d8f5ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genes2genes/TimeSeriesPreprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def compute_stat(row, x, cell_densities, user_given_std):
weighted_std = user_given_std[idx] #

D,_,_ = MyFunctions.generate_random_dataset(50, weighted_mean, weighted_std)
return np.asarray([weighted_mean, weighted_std, D] )
return np.asarray([weighted_mean, weighted_std, D], dtype=list)

#row = list(trajInterpolator.cell_weight_mat.loc[intpl_i])
def interpolate_gene_v2(i, trajInterpolator, user_given_std):
Expand Down

0 comments on commit d8f5ba8

Please sign in to comment.