burtonrj/CytoPy

Error in EvaluateBatchEffects

Closed this issue · 2 comments

Hi,

I am trying to install and use CytoPy. However, I have encountered following error -

Traceback (most recent call last):
File "CytoZoetis.py", line 58, in
batch_effect = EvaluateBatchEffects(experiment=experiment,
NameError: name 'EvaluateBatchEffects' is not defined

I request you to please resolve it.

Thanks and Regards,

Rahul

Have you imported the EvaluateBatchEffects class?

from CytoPy.flow.batch_effects import EvaluateBatchEffects

I hadn't imported that. It worked after import.
Sorry for inconvinience.