-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hi,
I recently discover pyflex is generating max_cc_value > 1.0 on one window.
One one machine:
win1 = Window(left=1783, right=2032, center=1907, channel_id=IU.KBL..BHZ, max_cc_value=1.00000011921, cc_shift=0, dlnA=0.0)
It is just slightly larger than 1.0. I discovered it because I am using pytest to do some tests and I am comparing the results generating from another machine.
On another one(the benchmark result):
win2 = Window(left=1783, right=2032, center=1907, channel_id=IU.KBL..BHZ, max_cc_value=1.0, cc_shift=0, dlnA=0.0)
It is a bit strange since theoretically, max_cc_value should be =< 1.0. Not sure it is a machine precision issue, an numpy issue or algorithm issue.
Metadata
Metadata
Assignees
Labels
No labels