Skip to content

Commit 18a2dee

Browse files
committed
Documentation workaround until we preserve data type across proxy
Signed-off-by: Alexis Jeandet <[email protected]>
1 parent 622933d commit 18a2dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/csa/csa.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Once you have found your product, then simply ask CSA module to get data for the
2020
>>> c3_fgm_spin = spz.csa.get_data(spz.inventories.data_tree.csa.Cluster.Cluster_3.FGM3.C3_CP_FGM_SPIN.B_vec_xyz_gse__C3_CP_FGM_SPIN, "2018-01-01", "2018-01-01T01")
2121
>>> c3_fgm_spin.columns
2222
['Bx', 'By', 'Bz']
23-
>>> c3_fgm_spin.values
23+
>>> c3_fgm_spin.values.astype("float32")
2424
array([[ 4.603, 13.444, -16.832],
2525
[ 4.684, 12.852, -16.708],
2626
[ 2.86 , 12.794, -17.362],

0 commit comments

Comments
 (0)