GithubHelp home page GithubHelp logo

Comments (3)

dkirkby avatar dkirkby commented on July 20, 2024

The currently supported method to change a config param in memory is:

  c.first_day._value = <DATE>

However, this operation should not normally be necessary (except, e.g. for specialized testing code) so is reserved for experts. Therefore I consider it a feature, not a bug, that the following does not work:

  c.first_day = <DATE>

I could hide the _value attribute by adding a method, e.g.

  c.first_day.set_value(<DATE>)

but wanted to check back with you to see your current thinking first.

from desisurvey.

sbailey avatar sbailey commented on July 20, 2024

OK for c.first_day.set_value(<DATE>) if you prefer that over c.first_day = <DATE>.

Even if it is primarily to support simulations/verification/testing, we should have a way to override a config file value that doesn't carry the implied "this might break later" message of telling users to use a private _value variable.

from desisurvey.

dkirkby avatar dkirkby commented on July 20, 2024

The new set_value() method is implemented now in #66, with accompanying docstring and unit test updates. I also updated earlier instances of _value = X to use set_value(X).

from desisurvey.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.