qnngroup / qnngds

MIT License
4 stars 3 forks source link

dflt param not explicitly displayed #63

Open audrey01mit opened 5 months ago

audrey01mit commented 5 months ago

Now that the default parameters are all centralized in one _default_param.py file, when calling a function we do not see the explicit value of the default parameter. Like: Design(chip_w = dflt.chip_w... instead of seeing Design(chip_w=10000...

Find a compromise.