Skip to content

Commit

Permalink
merge changes from main
Browse files Browse the repository at this point in the history
  • Loading branch information
JGuetschow committed Nov 28, 2024
2 parents c17de4c + 09060da commit dd0cde2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: detect-private-key
- id: mixed-line-ending
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.7.4'
rev: 'v0.8.0'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
Expand Down
8 changes: 4 additions & 4 deletions primap2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
)

__all__ = [
"Not",
"ProcessingStepDescription",
"TimeseriesProcessingDescription",
"accessors",
"open_dataset",
"ureg",
"pm2io",
"ProcessingStepDescription",
"TimeseriesProcessingDescription",
"Not",
"ureg",
]
10 changes: 5 additions & 5 deletions primap2/csg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
from ._wrapper import create_composite_source, set_priority_coords

__all__ = [
"compose",
"FitParameters",
"GlobalLSStrategy",
"LocalTrendsStrategy",
"PriorityDefinition",
"StrategyDefinition",
"SubstitutionStrategy",
"LocalTrendsStrategy",
"StrategyUnableToProcess",
"GlobalLSStrategy",
"SubstitutionStrategy",
"compose",
"create_composite_source",
"set_priority_coords",
"FitParameters",
]
8 changes: 4 additions & 4 deletions primap2/pm2io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
)

__all__ = [
"read_long_csv_file_if",
"read_wide_csv_file_if",
"convert_long_dataframe_if",
"convert_wide_dataframe_if",
"from_interchange_format",
"nir_add_unit_information",
"nir_convert_df_to_long",
"read_interchange_format",
"read_long_csv_file_if",
"read_wide_csv_file_if",
"write_interchange_format",
"nir_convert_df_to_long",
"nir_add_unit_information",
]

0 comments on commit dd0cde2

Please sign in to comment.