You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Environment object from EnvironmentAnalysis (#813)
* ENH: add ```env``` method to ```EnvironmentAnalysis``` class
This method allows the user to create a ```Environment``` object from the ```EnvironmentAnalysis``` object
* ENH: fixing non-bijective pressure profiles
* DOC: adding docstring to get_environemnt_object
* TST: adding a test for get_environement_object
* DOC: updating the CHANGELOG
* ENH: converting the units into SI for Environment object
* ENH: using numpy.percentile to recalculate the pressure profile
* DOC: changing method name from get_environment_object to create_environment_object
* DOC: fixing the test name to match method name
* TST: fixing the method call in the test
0 commit comments