Skip to content

Calendar API cleanup #12535

Calendar API cleanup

Calendar API cleanup #12535

GitHub Actions / check-ci test report failed Dec 15, 2023 in 0s

8855 tests run, 46 skipped, 2 failed.

Annotations

Check failure on line 1 in tests/test_calendar/CalendarTestCase

See this annotation in the file changed.

@github-actions github-actions / check-ci test report

tests/test_calendar.py.test_calendar

'USNYSE' != 'USNYSE_EXAMPLE'
- USNYSE
+ USNYSE_EXAMPLE
Raw output
Traceback (most recent call last):
  File "/python/tests/test_calendar.py", line 73, in test_calendar
    self.assertEqual('USNYSE', calendar("USNYSE_EXAMPLE").name())
AssertionError: 'USNYSE' != 'USNYSE_EXAMPLE'
- USNYSE
+ USNYSE_EXAMPLE

Check failure on line 1 in tests/test_calendar/CalendarTestCase

See this annotation in the file changed.

@github-actions github-actions / check-ci test report

tests/test_calendar.py.test_add_remove_calendar

Java class 'io.deephaven.time.calendar.BusinessCalendarParser' not found
Raw output
Traceback (most recent call last):
  File "/python/tests/test_calendar.py", line 34, in test_add_remove_calendar
    cal = jpy.get_type("io.deephaven.time.calendar.BusinessCalendarParser").loadBusinessCalendar(path2)
ValueError: Java class 'io.deephaven.time.calendar.BusinessCalendarParser' not found