Skip to content

Transect group rename #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 29, 2024
Merged

Transect group rename #58

merged 2 commits into from
Apr 29, 2024

Conversation

Sohambutala
Copy link
Collaborator

Transect renamed to group and default group. Also changed type from int to str.

@valentina-s @leewujung

@@ -305,7 +306,7 @@ def get_zarr_list(transect_data: Union[Output, Dict], storage_options: Dict[str,

return zarr_list

def process_output_transects(name: str, config: Dataset, ed_list: List[Dict[str, Any]]) -> List[Output]:
def process_output_transects(name: str, config: Dataset, stage: Stage, ed_list: List[Dict[str, Any]]) -> List[Output]:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

process_output_transects: do we want this to be process_output_groups?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

process_output_groups sounds good.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renamed Process Output Groups Function

@Sohambutala Sohambutala merged commit a004f1c into main Apr 29, 2024
@Sohambutala Sohambutala deleted the transectGroupRename branch April 29, 2024 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants