8faeccc79e77936fa63e9ef5753b3c450230e0a0,pykrige/ok.py,OrdinaryKriging,__init__,#OrdinaryKriging#,199
Before Change
elif coordinates_type == "geographic":
// Leave everything as is in geographic case.
// May be open to discussion?
print("Warning: Anisotropy is not compatible with geographic coordinates. "
"Ignoring user set anisotropy.")
self.XCENTER= 0.0
self.YCENTER= 0.0
self.anisotropy_scaling = 1.0
After Change
// Leave everything as is in geographic case.
// May be open to discussion?
if anisotropy_scaling != 1.0:
warnings.warn("Anisotropy is not compatible with geographic "
"coordinates. Ignoring user set anisotropy.",
UserWarning)
self.XCENTER= 0.0
self.YCENTER= 0.0
self.anisotropy_scaling = 1.0
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances
Project Name: bsmurphy/PyKrige
Commit Name: 8faeccc79e77936fa63e9ef5753b3c450230e0a0
Time: 2017-03-03
Author: malte.ziebarth@fmvkb.de
File Name: pykrige/ok.py
Class Name: OrdinaryKriging
Method Name: __init__
Project Name: KrishnaswamyLab/PHATE
Commit Name: f999473a09e13023ff458ce9273e4455480d6963
Time: 2018-05-30
Author: scottgigante@gmail.com
File Name: Python/phate/phate.py
Class Name: PHATE
Method Name: reset_mds
Project Name: KrishnaswamyLab/PHATE
Commit Name: f999473a09e13023ff458ce9273e4455480d6963
Time: 2018-05-30
Author: scottgigante@gmail.com
File Name: Python/phate/phate.py
Class Name: PHATE
Method Name: reset_potential
Project Name: nipy/dipy
Commit Name: bd300edf778f2a5687e41416f2798ebb519f496c
Time: 2020-11-11
Author: shreyasfadnavis@gmail.com
File Name: dipy/denoise/patch2self.py
Class Name:
Method Name: _vol_denoise