oemof / oemof-tabular

Load oemof energy systems from tabular data sources.
https://oemof-tabular.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

TypeError and AssertionError occurs during pytest in /tests #183

Open miriabeh opened 3 months ago

miriabeh commented 3 months ago

commands used up until the Errors:

  1. conda create -n oemof-tabular-numpyfix 'python=3.9'
  2. setup.py changed, due to new pyomo version supporting numpy version 2.x: numpy instead of numpy<2.0.0
  3. pip install -e .
  4. pytest (creates different ErrorMessages than displayed in #179 )

Error Messages: