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

EPMCTDM-7116: Label NaN in reports is replaced #473

Merged
merged 13 commits into from
Oct 23, 2024

Conversation

rioman
Copy link
Collaborator

@rioman rioman commented Oct 18, 2024

No description provided.

@rioman rioman requested a review from Anna050689 October 18, 2024 11:43
@@ -464,16 +464,14 @@ def get_common_min_max(original, synthetic):

@staticmethod
def __format_float_tick_labels(labels: List) -> List:
labels = ['No value' if pd.isna(l) else l for l in labels]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe it is better to use str(np.NaN)?

@Anna050689 Anna050689 merged commit ac1fd9c into main Oct 23, 2024
7 checks passed
@Anna050689 Anna050689 deleted the EPMCTDM-7116_replace_NaNs_in_reports branch October 23, 2024 08:10
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