sys-bio / SBstoat

Parameter optimization using Tellurium
MIT License
1 stars 5 forks source link

Validate keyword parameters #14

Open joseph-hellerstein opened 3 years ago

joseph-hellerstein commented 3 years ago

Many of the constructors have optional keywords, a situation that can hide typos. Develop a way to check that that no incorrect keyword name is used.

joseph-hellerstein commented 3 years ago

The inspect package has ways to find keywords passed (and likely keywords in definitions).