PetThermoTools 0.2.36__tar.gz → 0.2.37__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {PetThermoTools-0.2.36/src/PetThermoTools.egg-info → PetThermoTools-0.2.37}/PKG-INFO +1 -1
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/src/PetThermoTools/Path.py +9 -2
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/src/PetThermoTools/_version.py +1 -1
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37/src/PetThermoTools.egg-info}/PKG-INFO +1 -1
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/LICENSE.txt +0 -0
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/README.md +0 -0
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/setup.cfg +0 -0
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/setup.py +0 -0
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/src/PetThermoTools/Barom.py +0 -0
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/src/PetThermoTools/Compositions.py +0 -0
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/src/PetThermoTools/GenFuncs.py +0 -0
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/src/PetThermoTools/Holland.py +0 -0
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/src/PetThermoTools/Installation.py +0 -0
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/src/PetThermoTools/Liq.py +0 -0
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/src/PetThermoTools/MELTS.py +0 -0
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/src/PetThermoTools/Melting.py +0 -0
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/src/PetThermoTools/Path_wrappers.py +0 -0
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/src/PetThermoTools/PhaseDiagrams.py +0 -0
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/src/PetThermoTools/Plotting.py +0 -0
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/src/PetThermoTools/Saturation.py +0 -0
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/src/PetThermoTools/__init__.py +0 -0
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/src/PetThermoTools.egg-info/SOURCES.txt +0 -0
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/src/PetThermoTools.egg-info/dependency_links.txt +0 -0
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/src/PetThermoTools.egg-info/requires.txt +0 -0
- {PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/src/PetThermoTools.egg-info/top_level.txt +0 -0
@@ -731,8 +731,15 @@ def path(q, index, *, Model = None, comp = None, Frac_solid = None, Frac_fluid =
|
|
731
731
|
|
732
732
|
comp_julia = jl.seval("Dict")(comp)
|
733
733
|
# T_path_C = T_path_C.tolist()
|
734
|
-
|
735
|
-
|
734
|
+
if T_path_C is not None:
|
735
|
+
T_path_C_julia = jlconvert(jl.Vector[jl.Float64], T_path_C)
|
736
|
+
else:
|
737
|
+
T_path_C_julia = T_path_C
|
738
|
+
|
739
|
+
if P_path_bar is not None:
|
740
|
+
P_path_bar_julia = jlconvert(jl.Vector[jl.Float64], P_path_bar)
|
741
|
+
else:
|
742
|
+
P_path_bar_julia = P_path_bar
|
736
743
|
|
737
744
|
Results = jl.MAGEMinCalc.path(
|
738
745
|
comp=comp_julia, T_start_C=T_start_C, T_end_C=T_end_C, dt_C=dt_C,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{PetThermoTools-0.2.36 → PetThermoTools-0.2.37}/src/PetThermoTools.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|