Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
NJU Geophy
MGPro
Commits
53dc4284
Commit
53dc4284
authored
Mar 08, 2020
by
Mijian Xu
😷
Browse files
bug fix
parent
307b9908
Pipeline
#1153
passed with stage
in 53 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mgpro/client.py
View file @
53dc4284
...
...
@@ -228,6 +228,7 @@ Syntax: powspec [w1, w2]
print
(
'w1 should be less than w2'
)
self
.
mg
.
power_fit
(
w1
,
w2
)
self
.
mg
.
plotpower
()
self
.
mg
.
pcot
=
None
else
:
print
(
'Only two arguments can be accepted'
)
...
...
setup.py
View file @
53dc4284
...
...
@@ -5,7 +5,7 @@ packages = find_packages()
with
open
(
"README.md"
,
"r"
)
as
fh
:
long_description
=
fh
.
read
()
VERSION
=
"0.1.1
4
"
VERSION
=
"0.1.1
5
"
setup
(
name
=
'mgpro'
,
version
=
VERSION
,
author
=
'Mijian Xu'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment