mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Fixed typo in CoolProp.pyx to close https://github.com/CoolProp/CoolProp/issues/102
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ import math
|
||||
import warnings
|
||||
|
||||
try:
|
||||
import numpy as npp
|
||||
import numpy as np
|
||||
_numpy_supported = True
|
||||
except ImportError:
|
||||
_numpy_supported = False
|
||||
|
||||
Reference in New Issue
Block a user