gdcc / easyDataverse

🪐 - Lightweight Dataverse interface in Python to upload, download and update datasets found in Dataverse installations.
MIT License
15 stars 4 forks source link

Fix `update` not adding multiple compounds #28

Open JR-1991 opened 4 months ago

JR-1991 commented 4 months ago

Overview

This pull request resolves the issue where the update method fails to properly update multiple added compounds. With this pull request, newly added lists of compounds are now directly included. Additionally, a test case has been added to ensure proper functionality.

TLDR