IMTEK-Simulation / NuMPI

Utilities for MPI-parallel numerical calculations with Python
MIT License
2 stars 1 forks source link

Syntax error for 'pytest test/' #61

Open mishramlan opened 2 years ago

mishramlan commented 2 years ago

Getting a syntax error on using the tests without mpi. ' class ObjectiveFunction(object, metaclass=abc.ABCMeta): SyntaxError: invalid syntax'

This error may arise if we are not using python3. But in this case I am using python 3, and the syntax error is still there