perslab/CELLEX

quick start tutorial: AttributeError: 'ESObject' object has no attribute 'save'

Closed this issue · 3 comments

Tutorial

Code entered

eso.save(verbose=True)

expected behaviour

save the results to disk

actual behaviour

`---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
in
----> 1 eso.save(verbose=True)

AttributeError: 'ESObject' object has no attribute 'save'`

(having installed cellex through pip)

Suggested fix: in quick start tutorial replace eso.save by eso.save_as_csv

Fixed by @pvtodorov in #6