Skip to content

Conversation

@Nauman702
Copy link

No description provided.

@Nauman702
Copy link
Author

@matthew-brett please check, I have converted the list to an array. Thanks

Comment on lines +65 to +66
spm_vals=np.array(spm_vals_list)
return spm_vals # Return the result.
Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, or simple:

Suggested change
spm_vals=np.array(spm_vals_list)
return spm_vals # Return the result.
return np.array(spm_vals_list)

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.

2 participants