Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebenelli committed Apr 23, 2024
1 parent 7993513 commit 58381ae
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion ugropy/writers/clapeyron.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion ugropy/writers/clapeyron_writers/critical.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ugropy/writers/clapeyron_writers/molar_mass.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ugropy/writers/clapeyron_writers/psrk_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ugropy/writers/clapeyron_writers/unifac_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58381ae

Please sign in to comment.