Lines Matching defs:ts

42 def ts():  function
59 def all_kinds_of_time_array(ts): argument
90 def test_time_creation_methods(ts, continuous_timescale, time_value): argument
113 def test_months_overflow_correctly(ts): argument
120 def test_days_overflow_correctly(ts): argument
138 def test_time_can_be_indexed(ts): argument
142 def test_is_time_iterable(ts, time_scale_name): argument
185 def test_tai_fraction_loses_no_precision(ts): argument
190 def test_tdb_fraction_loses_no_precision(ts): argument
195 def test_tai_seconds_preserve_10_decimal_places_in_calendar_seconds(ts): argument
201 def test_tt_seconds_preserve_10_decimal_places_in_calendar_seconds(ts): argument
216 def test_time_creation_with_arrays(ts, time_scale_name, time_params_with_array): argument
221 def test_timescale_utc_method_with_array_inside(ts): argument
228 def test_that_building_time_from_naive_datetime_raises_exception(ts): argument
233 def test_building_time_from_single_utc_datetime(ts): argument
239 def test_building_time_from_single_utc_datetime_with_timezone(ts): argument
246 def test_building_time_from_list_of_utc_datetimes(ts): argument
264 def test_building_time_from_python_date(ts): argument
269 def test_timescale_linspace(ts): argument
282 def test_converting_ut1_to_tt(ts): argument
297 def test_indexing_time(ts): argument
307 def test_slicing_time(ts): argument
324 def test_astimezone(ts): argument
330 def test_astimezone_and_leap_second(ts): argument
337 def test_toordinal(ts): argument
341 def test_utc_datetime(ts): argument
346 def test_utc_datetime_and_leap_second(ts): argument
352 def test_utc_datetime_microseconds_round_trip(ts): argument
359 def test_utc_datetime_agrees_with_public_utc_tuple(ts): argument
366 def test_iso_of_decimal_that_rounds_up(ts): argument
374 def test_iso_of_decimal_that_rounds_down(ts): argument
382 def test_iso_of_leap_second_with_fraction(ts): argument
390 def test_iso_of_array_showing_whole_seconds(ts): argument
404 def test_iso_of_array_showing_fractions(ts): argument
418 def test_jpl_format(ts): argument
430 def test_strftime_of_a_leap_second(ts): argument
434 def test_strftime_of_date_array_over_a_leap_second(ts): argument
442 def test_strftime_day_of_year(ts): argument
451 def test_leap_second(ts): argument
491 def test_leap_second_sensitivity(ts): argument
508 def test_delta_t(ts): argument
524 def test_dut1(ts): argument
554 def test_J(ts): argument
561 def test_time_repr(ts): argument
728 def test_time_equality(ts): argument
740 def test_time_math(ts): argument