19 Matching Annotations
  1. Dec 2023
    1. The blastn parameters used for VecScreen are significantly more stringent than the default blastn parameters

      The VecScreen parameters are pre-set using blastn options: -task blastn -reward 1 -penalty -5 -gapopen 3 -gapextend 3 -dust yes -soft_masking true -evalue 700 -searchsp 1750000000000

  2. Aug 2022
    1. (e.g., the ability to quickly onboard new collateral types and change risk and auction parameters).

      This calls for a dynamic gov process relative to the market conditions. Gov-->clear and open in stable markets Gov-->versatile and swift in fast-paced changes

  3. May 2022
    1. GS11=Γin=Z02−Z01Z02+Z01

      According to the definition (2.4.11) and (2.4.10), GS11 should be :

      (Z_02 - Z_01^*)/(Z_02 + Z_01)

      There is a complex conjugate of Z_01 at the numerator, which is a consequence of the power-wave definition.

      Of course there is no change is Z_01 is real, but I think it should be mentioned, since the power-waves definition may lead to unexpected results for complex-valued impedances.

  4. Oct 2021
  5. Aug 2021
    1. Here is one of the most confusing cases: def foo(x, **kwargs) p [x, kwargs] end def bar(x=1, **kwargs) p [x, kwargs] end foo({}) #=> [{}, {}] bar({}) #=> [1, {}] bar({}, **{}) #=> expected: [{}, {}], actual: [1, {}]
  6. Jul 2021
  7. Feb 2021
    1. By default, hashes remove any keys that aren't given as nested filters. To allow all hash keys, set strip: false. In general we don't recommend doing this, but it's sometimes necessary.
    2. Since we're using an interaction, we don't need strong parameters. The interaction will ignore any inputs that weren't defined by filters. So you can forget about params.require and params.permit because interactions handle that for you.
    1. By explicitly defining the form layout using ::property there is no more need for protecting from unwanted input. strong_parameter or attr_accessible become obsolete. Reform will simply ignore undefined incoming parameters.
  8. Oct 2020
  9. Mar 2020
    1. When you upgrade or improve your home, you may increase your home's estimated replacement cost. Your State Farm agent will then help you adjust your policy to meet your home insurance coverage needs.

      explanations of parameters for decision

  10. Nov 2019
  11. Oct 2019
    1. One of my favorite languages that I have had the pleasure to use is Python. Python supports named parameters without any trickery.... Since I started using Python (some time ago) everything became easier. I believe that every language should support named parameters, but that just isn't the case.
  12. Jun 2017