Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
spherelib
Spherelib
Commits
271efe37
Commit
271efe37
authored
Oct 25, 2010
by
Maude Le Jeune
Browse files
bug write_covmat
parent
4c30aa98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
python/spherelib/myIO.py
python/spherelib/myIO.py
+2
-2
No files found.
python/spherelib/myIO.py
View file @
271efe37
...
...
@@ -248,8 +248,8 @@ def write_covmat(file, cov, nbmodes=None):
pio
.
CloseTAB2DGrp
(
grp
)
except
pio
.
pioError
,
val
:
return
str
(
val
)
else
:
sp
.
write_covmat
(
file
,
cov
,
nbmodes
=
nbmodes
)
else
:
sp
.
write_covmat
(
file
,
cov
,
nbmodes
=
nbmodes
)
...
...
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