Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aajayi-21 committed Jul 12, 2023
1 parent dbbdb44 commit 6592573
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diffpy/snmf/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,7 @@ def load_input_signals(file_path=None):
grid_vector = np.unique(grid_array, axis=1)
values_array = np.column_stack(values_list)
return grid_vector, values_array


def drawfig():
pass

0 comments on commit 6592573

Please sign in to comment.