sdss / mangadap

The MaNGA Data Analysis Pipeline
BSD 3-Clause "New" or "Revised" License
16 stars 8 forks source link

duplicated option? #117

Closed highzclouds closed 3 months ago

highzclouds commented 3 months ago

trying to run mangadap for the first time. getting 15 of the following errors when running "pytest . -W ignore". how do I fix this?

configparser.DuplicateOptionError: While reading from '': option 'host' in section 'DEFAULT' already exists

kbwestfall commented 3 months ago

Hi @highzclouds . Can you post the details of your system (OS, python version, mangadap version and/or branch), and post the full output from the pytest command? For reference, I just ran the tests using on my Mac (Sonoma 14.4.1) with python 3.12.2 on the main branch and everything passed successfully.

highzclouds commented 3 months ago

Hi, I created a virtual environment and re-ran everything. The problem is fixed now. Thank you for checking.