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
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
spherelib
Spherelib
Commits
c5ee7525
Commit
c5ee7525
authored
Oct 29, 2010
by
Maude Le Jeune
Browse files
read_cl
parent
271efe37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
python/spherelib/myIO.py
python/spherelib/myIO.py
+4
-1
No files found.
python/spherelib/myIO.py
View file @
c5ee7525
...
...
@@ -175,7 +175,10 @@ def read_cl (file):
cl, array-like.
"""
if
__piolib
(
file
):
cl
=
pio
.
ReadVECTObject
(
file
,
"PIODOUBLE"
,
""
)
try
:
cl
=
pio
.
ReadVECTObject
(
file
,
"PIODOUBLE"
,
""
)
except
:
cl
=
pio
.
ReadCLObject
(
file
,
"PIODOUBLE"
,
""
)
else
:
cl
=
sp
.
read_cl
(
file
)
return
np
.
squeeze
(
cl
)
...
...
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