Skip to content

Commit

Permalink
[pycharm] PY-78813 Tables(Jupyter, DataView): add tests for recarray …
Browse files Browse the repository at this point in the history
…[without pandas]

GitOrigin-RevId: fee47e5ec8402f87da2588d3174e5ac5ea3b28e2
  • Loading branch information
ekaterina.itsenko authored and intellij-monorepo-bot committed Feb 12, 2025
1 parent 2aa896e commit 5993c42
Show file tree
Hide file tree
Showing 35 changed files with 423 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
~col1~col2~col3
0~1.0~1.1~1.001
1~2.0~2.2~2.002
2~3.0~3.3~3.0003
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
~col1~col2~col3
0~1.0~1.1~nan
1~2.0~nan~2.002
2~3.0~3.3~3.0003
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<table class="dataframe">
<thead>
<tr style="text-align: right;">
<th></th>
<th>col1</th>
<th>col2</th>
<th>col3</th>
</tr>
</thead>
<tbody>
<tr>
<th>0</th>
<td>1</td>
<td>1.1</td>
<td>1.001</td>
</tr>
<tr>
<th>1</th>
<td>2</td>
<td>2.2</td>
<td>2.002</td>
</tr>
<tr>
<th>2</th>
<td>3</td>
<td>3.3</td>
<td>3.0003</td>
</tr>
</tbody>
</table>
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<table class="dataframe">
<thead>
<tr style="text-align: right;">
<th></th>
<th>col1</th>
<th>col2</th>
<th>col3</th>
</tr>
</thead>
<tbody>
<tr>
<th>0</th>
<td>1.0</td>
<td>1.1</td>
<td>nan</td>
</tr>
<tr>
<th>1</th>
<td>2.0</td>
<td>nan</td>
<td>2.002</td>
</tr>
<tr>
<th>2</th>
<td>3.0</td>
<td>3.3</td>
<td>3.0003</td>
</tr>
</tbody>
</table>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.000000000000</td>\n<td>1.100000000000</td>\n<td>1.001000000000</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.000000000000</td>\n<td>2.200000000000</td>\n<td>2.002000000000</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.000000000000</td>\n<td>3.300000000000</td>\n<td>3.000300000000</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4.000000000000</td>\n<td>4.400000000000</td>\n<td>4.000040000000</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.000000000000</td>\n<td>5.500000000000</td>\n<td>5.000005000000</td>\n</tr>\n</tbody>\n</table>\n'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.00e+00</td>\n<td>1.10e+00</td>\n<td>1.00e+00</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.00e+00</td>\n<td>2.20e+00</td>\n<td>2.00e+00</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.00e+00</td>\n<td>3.30e+00</td>\n<td>3.00e+00</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4.00e+00</td>\n<td>4.40e+00</td>\n<td>4.00e+00</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.00e+00</td>\n<td>5.50e+00</td>\n<td>5.00e+00</td>\n</tr>\n</tbody>\n</table>\n'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.00</td>\n<td>1.10</td>\n<td>1.00</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.00</td>\n<td>2.20</td>\n<td>2.00</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.00</td>\n<td>3.30</td>\n<td>3.00</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4.00</td>\n<td>4.40</td>\n<td>4.00</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.00</td>\n<td>5.50</td>\n<td>5.00</td>\n</tr>\n</tbody>\n</table>\n'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2</td>\n<td>2</td>\n<td>2</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3</td>\n<td>3</td>\n<td>3</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4</td>\n<td>4</td>\n<td>4</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5</td>\n<td>5</td>\n<td>5</td>\n</tr>\n</tbody>\n</table>\n'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1 garbage</td>\n<td>1 garbage</td>\n<td>1 garbage</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2 garbage</td>\n<td>2 garbage</td>\n<td>2 garbage</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3 garbage</td>\n<td>3 garbage</td>\n<td>3 garbage</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4 garbage</td>\n<td>4 garbage</td>\n<td>4 garbage</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5 garbage</td>\n<td>5 garbage</td>\n<td>5 garbage</td>\n</tr>\n</tbody>\n</table>\n'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.00e+00</td>\n<td>1.10e+00</td>\n<td>nan</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.00e+00</td>\n<td>nan</td>\n<td>2.00e+00</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.00e+00</td>\n<td>3.30e+00</td>\n<td>3.00e+00</td>\n</tr>\n<tr>\n<th>3</th>\n<td>nan</td>\n<td>4.40e+00</td>\n<td>4.00e+00</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.00e+00</td>\n<td>nan</td>\n<td>nan</td>\n</tr>\n</tbody>\n</table>\n'
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<class 'numpy.recarray'>
__pydev_val__
(3, 3)
__pydev_val__
col1__pydev_table_column_type_val__col2__pydev_table_column_type_val__col3
__pydev_val__
int64__pydev_table_column_type_val__int64__pydev_table_column_type_val__float64__pydev_table_column_type_val__<U1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
~col1~col2~col3
0~1.0~1.1~1.001
1~2.0~2.2~2.002
2~3.0~3.3~3.0003
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
~col1~col2~col3
0~1.0~1.1~nan
1~2.0~nan~2.002
2~3.0~3.3~3.0003
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<table class="dataframe">
<thead>
<tr style="text-align: right;">
<th></th>
<th>col1</th>
<th>col2</th>
<th>col3</th>
</tr>
</thead>
<tbody>
<tr>
<th>0</th>
<td>1</td>
<td>1.1</td>
<td>1.001</td>
</tr>
<tr>
<th>1</th>
<td>2</td>
<td>2.2</td>
<td>2.002</td>
</tr>
<tr>
<th>2</th>
<td>3</td>
<td>3.3</td>
<td>3.0003</td>
</tr>
</tbody>
</table>
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<table class="dataframe">
<thead>
<tr style="text-align: right;">
<th></th>
<th>col1</th>
<th>col2</th>
<th>col3</th>
</tr>
</thead>
<tbody>
<tr>
<th>0</th>
<td>1.0</td>
<td>1.1</td>
<td>nan</td>
</tr>
<tr>
<th>1</th>
<td>2.0</td>
<td>nan</td>
<td>2.002</td>
</tr>
<tr>
<th>2</th>
<td>3.0</td>
<td>3.3</td>
<td>3.0003</td>
</tr>
</tbody>
</table>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.000000000000</td>\n<td>1.100000000000</td>\n<td>1.001000000000</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.000000000000</td>\n<td>2.200000000000</td>\n<td>2.002000000000</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.000000000000</td>\n<td>3.300000000000</td>\n<td>3.000300000000</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4.000000000000</td>\n<td>4.400000000000</td>\n<td>4.000040000000</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.000000000000</td>\n<td>5.500000000000</td>\n<td>5.000005000000</td>\n</tr>\n</tbody>\n</table>\n'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.00e+00</td>\n<td>1.10e+00</td>\n<td>1.00e+00</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.00e+00</td>\n<td>2.20e+00</td>\n<td>2.00e+00</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.00e+00</td>\n<td>3.30e+00</td>\n<td>3.00e+00</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4.00e+00</td>\n<td>4.40e+00</td>\n<td>4.00e+00</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.00e+00</td>\n<td>5.50e+00</td>\n<td>5.00e+00</td>\n</tr>\n</tbody>\n</table>\n'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.00</td>\n<td>1.10</td>\n<td>1.00</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.00</td>\n<td>2.20</td>\n<td>2.00</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.00</td>\n<td>3.30</td>\n<td>3.00</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4.00</td>\n<td>4.40</td>\n<td>4.00</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.00</td>\n<td>5.50</td>\n<td>5.00</td>\n</tr>\n</tbody>\n</table>\n'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2</td>\n<td>2</td>\n<td>2</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3</td>\n<td>3</td>\n<td>3</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4</td>\n<td>4</td>\n<td>4</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5</td>\n<td>5</td>\n<td>5</td>\n</tr>\n</tbody>\n</table>\n'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1 garbage</td>\n<td>1 garbage</td>\n<td>1 garbage</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2 garbage</td>\n<td>2 garbage</td>\n<td>2 garbage</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3 garbage</td>\n<td>3 garbage</td>\n<td>3 garbage</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4 garbage</td>\n<td>4 garbage</td>\n<td>4 garbage</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5 garbage</td>\n<td>5 garbage</td>\n<td>5 garbage</td>\n</tr>\n</tbody>\n</table>\n'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.00e+00</td>\n<td>1.10e+00</td>\n<td>nan</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.00e+00</td>\n<td>nan</td>\n<td>2.00e+00</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.00e+00</td>\n<td>3.30e+00</td>\n<td>3.00e+00</td>\n</tr>\n<tr>\n<th>3</th>\n<td>nan</td>\n<td>4.40e+00</td>\n<td>4.00e+00</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.00e+00</td>\n<td>nan</td>\n<td>nan</td>\n</tr>\n</tbody>\n</table>\n'
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<class 'numpy.recarray'>
__pydev_val__
(3, 3)
__pydev_val__
col1__pydev_table_column_type_val__col2__pydev_table_column_type_val__col3
__pydev_val__
int64__pydev_table_column_type_val__int64__pydev_table_column_type_val__float64__pydev_table_column_type_val__<U1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
~col1~col2~col3
0~1.0~1.1~1.001
1~2.0~2.2~2.002
2~3.0~3.3~3.0003
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
~col1~col2~col3
0~1.0~1.1~nan
1~2.0~nan~2.002
2~3.0~3.3~3.0003
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<table class="dataframe">
<thead>
<tr style="text-align: right;">
<th></th>
<th>col1</th>
<th>col2</th>
<th>col3</th>
</tr>
</thead>
<tbody>
<tr>
<th>0</th>
<td>1</td>
<td>1.1</td>
<td>1.001</td>
</tr>
<tr>
<th>1</th>
<td>2</td>
<td>2.2</td>
<td>2.002</td>
</tr>
<tr>
<th>2</th>
<td>3</td>
<td>3.3</td>
<td>3.0003</td>
</tr>
</tbody>
</table>
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<table class="dataframe">
<thead>
<tr style="text-align: right;">
<th></th>
<th>col1</th>
<th>col2</th>
<th>col3</th>
</tr>
</thead>
<tbody>
<tr>
<th>0</th>
<td>1.0</td>
<td>1.1</td>
<td>nan</td>
</tr>
<tr>
<th>1</th>
<td>2.0</td>
<td>nan</td>
<td>2.002</td>
</tr>
<tr>
<th>2</th>
<td>3.0</td>
<td>3.3</td>
<td>3.0003</td>
</tr>
</tbody>
</table>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.000000000000</td>\n<td>1.100000000000</td>\n<td>1.001000000000</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.000000000000</td>\n<td>2.200000000000</td>\n<td>2.002000000000</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.000000000000</td>\n<td>3.300000000000</td>\n<td>3.000300000000</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4.000000000000</td>\n<td>4.400000000000</td>\n<td>4.000040000000</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.000000000000</td>\n<td>5.500000000000</td>\n<td>5.000005000000</td>\n</tr>\n</tbody>\n</table>\n'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.00e+00</td>\n<td>1.10e+00</td>\n<td>1.00e+00</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.00e+00</td>\n<td>2.20e+00</td>\n<td>2.00e+00</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.00e+00</td>\n<td>3.30e+00</td>\n<td>3.00e+00</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4.00e+00</td>\n<td>4.40e+00</td>\n<td>4.00e+00</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.00e+00</td>\n<td>5.50e+00</td>\n<td>5.00e+00</td>\n</tr>\n</tbody>\n</table>\n'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.00</td>\n<td>1.10</td>\n<td>1.00</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.00</td>\n<td>2.20</td>\n<td>2.00</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.00</td>\n<td>3.30</td>\n<td>3.00</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4.00</td>\n<td>4.40</td>\n<td>4.00</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.00</td>\n<td>5.50</td>\n<td>5.00</td>\n</tr>\n</tbody>\n</table>\n'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2</td>\n<td>2</td>\n<td>2</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3</td>\n<td>3</td>\n<td>3</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4</td>\n<td>4</td>\n<td>4</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5</td>\n<td>5</td>\n<td>5</td>\n</tr>\n</tbody>\n</table>\n'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1 garbage</td>\n<td>1 garbage</td>\n<td>1 garbage</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2 garbage</td>\n<td>2 garbage</td>\n<td>2 garbage</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3 garbage</td>\n<td>3 garbage</td>\n<td>3 garbage</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4 garbage</td>\n<td>4 garbage</td>\n<td>4 garbage</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5 garbage</td>\n<td>5 garbage</td>\n<td>5 garbage</td>\n</tr>\n</tbody>\n</table>\n'
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.00e+00</td>\n<td>1.10e+00</td>\n<td>nan</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.00e+00</td>\n<td>nan</td>\n<td>2.00e+00</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.00e+00</td>\n<td>3.30e+00</td>\n<td>3.00e+00</td>\n</tr>\n<tr>\n<th>3</th>\n<td>nan</td>\n<td>4.40e+00</td>\n<td>4.00e+00</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.00e+00</td>\n<td>nan</td>\n<td>nan</td>\n</tr>\n</tbody>\n</table>\n'
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<class 'numpy.recarray'>
__pydev_val__
(3, 3)
__pydev_val__
col1__pydev_table_column_type_val__col2__pydev_table_column_type_val__col3
__pydev_val__
int64__pydev_table_column_type_val__int64__pydev_table_column_type_val__float64__pydev_table_column_type_val__<U1
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ def test_display_data_html_float_values(mocker, setup_np_array_with_floats):
expected_file='test_data/numpy_with_pandas/' + test_data_directory + '/display_data_html_float_values.txt'
)


# 21
def test_display_data_html_recarray_float_values(mocker, setup_np_recarray_with_floats):
recarray = setup_np_recarray_with_floats
Expand All @@ -310,7 +311,6 @@ def test_display_data_html_recarray_float_values(mocker, setup_np_recarray_with_
)



# 22
def test_display_data_html_none_values(mocker, setup_np_array_with_nones):
np_array = setup_np_array_with_nones
Expand Down Expand Up @@ -347,7 +347,6 @@ def test_display_data_html_recarray_none_values(mocker, setup_np_recarray_with_n
)



# 24
def test_display_data_html_with_types(mocker, setup_np_array_with_types):
np_array = setup_np_array_with_types
Expand Down
Loading

0 comments on commit 5993c42

Please sign in to comment.