Coverage for src/code_beatrix/automation/notebook_const_helper.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.1.0, created at 2023-04-29 13:45 +0200

1# -*- coding: utf-8 -*- 

2""" 

3@file 

4@brief Notebooks uses javacript which is not run when using automation, this file contains some constant to be used 

5when running a notebook. 

6""" 

7 

8 

9def voyageur_de_commerce_points(): 

10 """ 

11 Default values for the notebook :ref:`voyageurdecommercerst`. 

12 """ 

13 return [(533.61669921875, -201.39999389648438), 

14 (451.6166687011719, -201.39999389648438), 

15 (426.6166687011719, -303.3999938964844), 

16 (522.61669921875, -309.3999938964844), 

17 (585.61669921875, -310.3999938964844), 

18 (625.61669921875, -311.3999938964844), 

19 (682.61669921875, -300.3999938964844), 

20 (662.61669921875, -188.39999389648438), 

21 (637.61669921875, -81.4000015258789), 

22 (550.61669921875, -74.4000015258789), 

23 (402.6166687011719, -70.4000015258789), 

24 (283.6166687011719, -70.4000015258789), 

25 (281.6166687011719, -139.39999389648438), 

26 (123.61666870117188, -74.4000015258789), 

27 (170.61666870117188, -200.39999389648438), 

28 (83.61666870117188, -212.39999389648438), 

29 (95.61666870117188, -315.3999938964844), 

30 (151.61666870117188, -327.3999938964844), 

31 (273.6166687011719, -315.3999938964844), 

32 (358.6166687011719, -205.39999389648438), 

33 (364.6166687011719, -138.39999389648438), 

34 (443.6166687011719, -138.39999389648438), 

35 (516.61669921875, -138.39999389648438), 

36 (552.61669921875, -141.39999389648438)]