MCPcopy Create free account
hub / github.com/NSLS2/PyXRF / _get_row_len

Function _get_row_len

pyxrf/model/load_data_from_db.py:2854–2858  ·  view source on GitHub ↗
(row_data)

Source from the content-addressed store, hash-verified

2852 return False
2853
2854 def _get_row_len(row_data):
2855 if _is_row_missing(row_data):
2856 return 0
2857 else:
2858 return len(row_data)
2859
2860 # Typically the scalers are saved
2861 if save_scaler is True:

Callers 2

map_data2D_tes_tiledFunction · 0.85

Calls 1

_is_row_missingFunction · 0.85

Tested by

no test coverage detected