GNS-Science / solvis

NSHM opensha inversion solution analysis python module
GNU Affero General Public License v3.0
1 stars 1 forks source link

Feature: add solutions property to CompositeSolution class #45

Open chrisbc opened 2 months ago

chrisbc commented 2 months ago
# get the the Crustal FaultSystemSolution
fss = csol._solutions['CRU']

Users should be able to do this: fss= csol.solutions['CRU']