Skip to content

Conversation

@peter-quix
Copy link
Contributor

  • Fix unit tests in python and c# to consistently pass. (including a fix for Daylight saving time or other than UTC breaks unit tests #76)
  • Disable unit tests for now that are expected to fail in python
  • Log a warning instead of throwing an exception when subscribing multiple times as this is not a catastrophic issue, but one the user should not perform unnecessarily as a hint at a code issue
  • Improved the log checker for InteropGenerator to give partial results rather than crash
  • When TimeseriesData (not the Raw variant, which is used for pandas in python) is used with multiple data types, it threw an exception. Now it will log a warning and use the type already in the dictionary instead.

@peter-quix peter-quix linked an issue Mar 30, 2023 that may be closed by this pull request
@peter-quix peter-quix closed this Mar 30, 2023
@peter-quix peter-quix reopened this Mar 30, 2023
@peter-quix peter-quix marked this pull request as draft March 30, 2023 01:51
@peter-quix peter-quix marked this pull request as ready for review March 30, 2023 13:31
@peter-quix peter-quix merged commit 5ed3461 into main Mar 30, 2023
@peter-quix peter-quix deleted the chore/general-fixes branch March 30, 2023 16:11
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.

Daylight saving time or other than UTC breaks unit tests

3 participants