Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Steinlechner
pykat
Commits
135f3669
Commit
135f3669
authored
Apr 17, 2015
by
Daniel Brown
Browse files
updating version and romhom
parent
b6d1cb55
Changes
2
Hide whitespace changes
Inline
Side-by-side
pykat/__init__.py
View file @
135f3669
...
...
@@ -2,7 +2,8 @@ from __future__ import absolute_import
from
__future__
import
division
from
__future__
import
print_function
from
__future__
import
unicode_literals
__version__
=
"0.7.2"
__version__
=
"0.7.3"
# This flag is used to switch on the gui features in pkat at import time
USE_GUI
=
False
...
...
pykat/optics/romhom.py
View file @
135f3669
...
...
@@ -336,7 +336,7 @@ def makeWeights(smap, EI, verbose=True, useSymmetry=True, newtonCotesOrder=1):
if
useSymmetry
:
# get full A_xy
A_xy
=
smap
.
z_xy
()
#.transpose()
A_xy
=
smap
.
z_xy
()
xm
=
smap
.
x
[
smap
.
x
<
0
]
xp
=
smap
.
x
[
smap
.
x
>
0
]
...
...
@@ -819,7 +819,7 @@ def makeWeightsNew(smap, EIxFilename, EIyFilename=None, verbose=True, newtonCote
EIy
=
pickle
.
load
(
f
)
# get full A_xy
A_xy
=
smap
.
z_xy
()
.
transpose
()
A_xy
=
smap
.
z_xy
()
xm
=
smap
.
x
[
smap
.
x
<=
0
]
xp
=
smap
.
x
[
smap
.
x
>=
0
]
...
...
Write
Preview
Supports
Markdown
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