Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
grigorishat committed Nov 24, 2022
1 parent 326e177 commit 6d3b6a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "SPyOD"
version = "0.1.1"
version = "0.1.2"
authors = [
{ name="Grigorios Hatzissawidis", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/spyod/spod.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def parse_input(in_data,in_set):
warnings.warn('SPOD:LargeProblem computation may take some time')

#print(Nsnap, Ncomp, Ngrid, Nfilt, Npod, input_size, Wxyz, boundary, corr_type, f)
print('Input parameter checked! :) :)')
print('Input parameter checked.')
return Nsnap, Ncomp, Ngrid, Nfilt, Npod, input_size, Wxyz, boundary, corr_type, f


Expand Down

0 comments on commit 6d3b6a3

Please sign in to comment.