Skip to content

Commit

Permalink
issue #325 more fixes to grammar for import instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Jan 29, 2024
1 parent d5be19a commit 1e14244
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/Users_Guide/aggregation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ This will generate the file **rrfs_cts_aggregated.txt** which contains the
aggregated statistics data that can be used to generate plots using METplotpy.


Additionally, the agg_stat.py module can be imported by another script or module
Additionally, the agg_stat.py module can be invoked by another script or module
by importing the package:

.. code-block:: ini
Expand All @@ -225,9 +225,9 @@ by importing the package:
AGG_STAT = AggStat(PARAMS)
AGG_STAT.calculate_stats_and_ci()
where PARAMS a dictionary with data description parameters including
location of input and output data. The structure is similar to the
original Rscript template from which this Python implementation was derived.
where PARAMS is a dictionary containing the parameters indicating the
location of input and output data. The structure is similar to the
original Rscript template from which this Python implementation was derived.

Use the same PYTHONPATH defined above to ensure that the agg_stat module is found by
the Python import process.
Use the same PYTHONPATH defined above to ensure that the agg_stat module is found by
the Python import process.

0 comments on commit 1e14244

Please sign in to comment.