Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
srio committed May 16, 2022
1 parent 67a3cfe commit 58c7081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion orangecontrib/xoppy/widgets/optics/xcrystal.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def do_xoppy_calculation(self):
emin = self.ENERGY - 100.0
emax = self.ENERGY + 100.0

estep = (emax - emin) / self.SCANPOINTS
estep = (emax - emin) / 500 # the preprocessor data is limited to NMAXENER=1000
preprocessor_file = "xcrystal.bra"

print("Using crystal descriptor: ", descriptor)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools import find_packages, setup

NAME = 'OASYS1-XOPPY'
VERSION = '1.2.3'
VERSION = '1.2.4'
ISRELEASED = False

DESCRIPTION = 'XOPPY: XOP (X-ray oriented programs) in Python'
Expand Down

0 comments on commit 58c7081

Please sign in to comment.