mathieulagrange / doce

Doce is a python library designed to help you handling the complexity of computational experiments.
Apache License 2.0
8 stars 2 forks source link

redesign merging with multiple loading ?? #193

Open mathieulagrange opened 2 years ago

mathieulagrange commented 2 years ago

only one plan per experiment

import xp1 import xp2

xp.merge(xp1) xp.merge(xp2)

the issue is the handling of the paths. May be collapse everything