Skip to content

Conversation

@ram-from-tvl
Copy link

Fixes #285

@ram-from-tvl
Copy link
Author

Hi @peterdudfield
Please review it and let me know if any changes are required.
Thank you!

mean = store_da.mean().values.mean()

return Success(
ParameterScanResult(
Copy link
Contributor

Choose a reason for hiding this comment

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

have you changed the object ParameterScanResult anywhere? I suspect you will need to if you want this change.

Aslo have you run pytest to check these changes?

Copy link
Author

@ram-from-tvl ram-from-tvl Sep 2, 2025

Choose a reason for hiding this comment

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

Yes @peterdudfield , I updated the ParameterScanResult object completely.

  • Field renamed: has_nulls: boolhas_nans: bool with updated documentation
  • scan.has_nullsscan.has_nans and has_nulls=Falsehas_nans=False
  • Tests pass: All 4 tests in test_tensorstore.py run successfully.

Please let me know if any changes are required..?
Thank you!

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for that

Copy link
Contributor

@peterdudfield peterdudfield left a comment

Choose a reason for hiding this comment

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

Thanks for this. I just need to find a way to make sure CI runs for external collobrators. Then we can merge

@ram-from-tvl
Copy link
Author

Sure @peterdudfield

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.

Rename, nulls to nans

2 participants