Skip to content
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

fix survival settings type error #2569

Merged
merged 2 commits into from
Jan 8, 2025
Merged

fix survival settings type error #2569

merged 2 commits into from
Jan 8, 2025

Conversation

congyu-lu
Copy link
Contributor

@congyu-lu congyu-lu commented Jan 7, 2025

Description

Checklist

Check each task that has been performed or verified to be not applicable.

  • Tests: added and/or passed unit and integration tests, or N/A
  • Todos: commented or documented, or N/A
  • Notable Changes: updated release.txt, prefixed a commit message with "fix:" or "feat:", added to an internal tracking document, or N/A

@congyu-lu congyu-lu requested review from xzhou82 and siosonel January 7, 2025 18:05
@@ -879,6 +879,8 @@ type SortPriorityEntry = {
type SurvivalSettings = {
/** The max time-to-event to be displayed in plot, hide all the samples with Time-to-Event longer than this maxTimeToEvent */
maxTimeToEvent?: number
timeUnit?: string
Copy link
Collaborator

Choose a reason for hiding this comment

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

thanks could you add comment to explain purpose?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks just added

@xzhou82 xzhou82 merged commit 880e348 into master Jan 8, 2025
3 checks passed
@xzhou82 xzhou82 deleted the IHG_Meta_survival_change branch January 8, 2025 16:51
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.

2 participants