Skip to content

Commit c05cf3c

Browse files
committed
Merge branch 'lindsey/4-requirements-for-perturbic' into davide/unit-test-perturbIC
2 parents 0613019 + 2d03816 commit c05cf3c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/umfile_utils/perturbIC.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
def parse_args():
1313
"""
14-
Parse the command line arguments.
14+
Parse the command line arguments.
1515
1616
Parameters
1717
----------

tests/perturbIC_test.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def _mock_umfile():
3838

3939
return _mock_umfile
4040

41-
41+
#This section sets up the testing for the parse args
4242
@pytest.fixture
4343
def create_mock_field():
4444
"""Factory function to create a mule field mock object."""
@@ -134,6 +134,7 @@ def test_remove_timeseries_(
134134
assert result.fields == [mock_umfile.fields[ind] for ind in result_fields_indeces]
135135

136136

137+
#This section tests the output file creation.
137138
@pytest.mark.parametrize(
138139
# description of the arguments
139140
"existing_files, filename, expected_output",

0 commit comments

Comments
 (0)