From 58381aefea3f25f886f328227983853bec3ca812 Mon Sep 17 00:00:00 2001 From: "Federico E. Benelli" Date: Tue, 23 Apr 2024 14:53:31 -0300 Subject: [PATCH] docs --- ugropy/writers/clapeyron.py | 1 - ugropy/writers/clapeyron_writers/critical.py | 2 +- ugropy/writers/clapeyron_writers/molar_mass.py | 2 +- ugropy/writers/clapeyron_writers/psrk_groups.py | 2 +- ugropy/writers/clapeyron_writers/unifac_groups.py | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ugropy/writers/clapeyron.py b/ugropy/writers/clapeyron.py index 2fd65c4..f01f71a 100644 --- a/ugropy/writers/clapeyron.py +++ b/ugropy/writers/clapeyron.py @@ -44,7 +44,6 @@ def to_clapeyron( "batch1_ogUNIFAC_groups.csv". With the default value will be "ogUNIFAC_groups.csv", by default "". """ - # Use pathlib's Path internally path_pathlib = pathlib.Path(path) diff --git a/ugropy/writers/clapeyron_writers/critical.py b/ugropy/writers/clapeyron_writers/critical.py index 2eabc46..3d7ffd1 100644 --- a/ugropy/writers/clapeyron_writers/critical.py +++ b/ugropy/writers/clapeyron_writers/critical.py @@ -21,7 +21,7 @@ def write_critical( Parameters ---------- - path : str, optional + path : pathlib.Path, optional Path to the directory to store de .csv files, by default "./database". batch_name : str, optional Name of the writing batch. For example, if you name the batch with diff --git a/ugropy/writers/clapeyron_writers/molar_mass.py b/ugropy/writers/clapeyron_writers/molar_mass.py index 44ef8ae..2792206 100644 --- a/ugropy/writers/clapeyron_writers/molar_mass.py +++ b/ugropy/writers/clapeyron_writers/molar_mass.py @@ -24,7 +24,7 @@ def write_molar_mass( Parameters ---------- - path : str, optional + path : pathlib.Path Path to the directory to store de .csv files, by default "./database". batch_name : str, optional Name of the writing batch. For example, if you name the batch with diff --git a/ugropy/writers/clapeyron_writers/psrk_groups.py b/ugropy/writers/clapeyron_writers/psrk_groups.py index bbcfc44..c7e087a 100644 --- a/ugropy/writers/clapeyron_writers/psrk_groups.py +++ b/ugropy/writers/clapeyron_writers/psrk_groups.py @@ -14,7 +14,7 @@ def write_psrk( Parameters ---------- - path : str, optional + path : pathlib.Path Path to the directory to store de .csv files, by default "./database". batch_name : str, optional Name of the writing batch. For example, if you name the batch with diff --git a/ugropy/writers/clapeyron_writers/unifac_groups.py b/ugropy/writers/clapeyron_writers/unifac_groups.py index 7706fc9..16e8812 100644 --- a/ugropy/writers/clapeyron_writers/unifac_groups.py +++ b/ugropy/writers/clapeyron_writers/unifac_groups.py @@ -14,7 +14,7 @@ def write_unifac( Parameters ---------- - path : str, optional + path : pathlib.Path Path to the directory to store de .csv files, by default "./database". batch_name : str, optional Name of the writing batch. For example, if you name the batch with