MODEL TESTING Sample Clauses

MODEL TESTING. The Contractor shall prepare a Model Test Program Plan (DI-031). The Contractor shall conduct the following model tests (including construction of all hull and propeller models):
AutoNDA by SimpleDocs
MODEL TESTING. ‌ The scripting approach can also be useful for model testing and testcase generation. For model testing, we can save and replay execution traces. Saving a trace is done by generating a groovy script and replaying is done by executing that script. In contrast to previous approaches [Elb09] this scripting approach is not limited to simple linear traces because we have the full expressivity of the host language at our hands. The new ProB plug-in has a built in JUnit4 test runner. There is also built in support for the Spock test framework1. This means that users can write JUnit4 or Spock tests using the ProB abstractions. Tests are written within groovy scripts. In order to use the BUnit test runner, the user has to write a test class that is compatible with JUnit4 or Spock and then create an new instance of the test class in the last line of the script. Then, when the script is run, the groovy engine will recognize the class and run it through the test runner. An example of a model test for the watertank example from chapter 6 written as a Spock specification could look like this import spock.lang.Specification import de.prob.scripting.Api class WaterTankTest extends Specification { static Api api def ctrl def setup() { ctrl = api.b_load("waterTankCtrl.mch") as History ctrl = ctrl.anyEvent(); // setup constants ctrl = ctrl.anyEvent(); // initialize machine 1xxxx://xxx.xxxxxxxxxxxxxx.xxx } def "Initially the pump is turned on"() { expect: // This test will fail! The value is FALSE assert ctrl.getCurrentState().value("pump") == "TRUE" } def "If we get below low level, pump is turned on"() { when: ctrl = ctrl.fmiReadInputs("l=799") // set level < Low ctrl = ctrl.readLevel().decide().writePump() // decide then: assert ctrl.getCurrentState().value("pump") == "TRUE" } } WaterTankTest.api = api new WaterTankTest()
MODEL TESTING. The model was tested with a dataset containing empirical data from which the ART score was derived for each observation (e.g. weight fraction) along with the measured output (e.g. inhalation exposure). The dataset used to test the model contained more than 600 data points. Where this was the case, the missing inputs were imputed by empirical sampling from existing values in the available data. To summarize the output, the geometric mean, median, 2.5th percentile and 97.5th percentile were calculated. Thereafter, the geometric mean of the output against the true measured values with 95% confidence intervals, medians and geometric means of the output against the true values (all on log10 scale) were plotted for comparison. For each sub-scenario, 10,000 iterations were used. The models were only compared or tested with available exposure data. Thus no calibration or transforming/fitting was performed. Results from the model testing are presented in figures 1 to 4. For all the sub-scenario, The y-axis represents the measured potential inhalation exposure. The x-axis represents the geometric mean of the model outputs. Blue dots indicate imputed values, red dots indicate that art scores were available. Figures 1 to 4 show the result of the model testing. Art default values for HHA air concentration (Table 1) were tested against measured data representative of HHA application activities.

Related to MODEL TESTING

  • ODUF Testing 6.6.1 Upon request from TWTC, AT&T shall send ODUF test files to TWTC. The Parties agree to review and discuss the ODUF file content and/or format. For testing of usage results, AT&T shall request that TWTC set up a production (live) file. The live test may consist of TWTC’s employees making test calls for the types of services TWTC requests on ODUF. These test calls are logged by TWTC, and the logs are provided to AT&T. These logs will be used to verify the files. Testing will be completed within thirty (30) days from the date on which the initial test file was sent.

  • Drug Testing (A) The state and the PBA agree to drug testing of employees in accordance with section 112.0455, F.S., the Drug-Free Workplace Act.

  • Repair Testing At the time of repair of a LIS trunk group, at no additional charge, tests will be performed to ensure that the service is operational and meets the applicable technical parameters.

  • Alcohol Testing Alcohol testing will be conducted by using an evidential breath testing device (EBT) approved by the National Highway Traffic Safety Administration. Non-EBT devices may be used for initial screening tests. A screening test will be conducted first. If the result is an alcohol concentration level of less than 0.02, the test is considered a negative test. If the alcohol concentration level is 0.02 or more, a second confirmation test will be conducted. Levels of .04 or greater on the confirmation test will be considered positive.

  • Random Testing Notwithstanding any provisions of the Collective Agreement or any special agreements appended thereto, section 4.6 of the Canadian Model will not be applied by agreement. If applied to a worker dispatched by the Union, it will be applied or deemed to be applied unilaterally by the Employer. The Union retains the right to grieve the legality of any imposition of random testing in accordance with the Grievance Procedure set out in this Collective Agreement.

  • Meter Testing Company shall provide at least twenty-four (24) hours' notice to Seller prior to any test it may perform on the revenue meters or metering equipment. Seller shall have the right to have a representative present during each such test. Seller may request, and Company shall perform, if requested, tests in addition to the every fifth-year test and Seller shall pay the cost of such tests. Company may, in its sole discretion, perform tests in addition to the fifth year test and Company shall pay the cost of such tests. If any of the revenue meters or metering equipment is found to be inaccurate at any time, as determined by testing in accordance with this Section 10.2 (Meter Testing), Company shall promptly cause such equipment to be made accurate, and the period of inaccuracy, as well as an estimate for correct meter readings, shall be determined in accordance with Section 10.3 (Corrections).

  • Acceptance Testing At the time of installation of a LIS trunk group, and at no additional charge, acceptance tests will be performed to ensure that the service is operational and meets the applicable technical parameters.

  • Performance Testing 7.2.1 The Design-Builder shall direct and supervise the tests and, if necessary, the retests of the Plant using Design-Builder’s supervisory personnel and the Air Emissions Tester shall conduct the air emissions test, in each case, in accordance with the testing procedures set forth in Exhibit A (the “Performance Tests”), to demonstrate, at a minimum, compliance with the Performance Guarantee Criteria. Owner is responsible for obtaining Air Emissions Tester and for ensuring Air Emissions Tester’s timely performance. Design-Builder shall cooperate with the Air Emissions Tester to facilitate performance of all air emissions tests. Design-Builder shall not be held responsible for the actions of Owner’s employees and third parties involved in the Performance Testing, including but not limited to Air Emissions Tester.

  • Follow-up Testing An employee shall submit to unscheduled follow-up drug and/or alcohol testing if, within the previous 24-month period, the employee voluntarily disclosed drug or alcohol problems, entered into or completed a rehabilitation program for drug or alcohol abuse, failed or refused a preappointment drug test, or was disciplined for violating the provisions of this Agreement and Employer work rules. The Employer may require an employee who is subject to follow-up testing to submit to no more than six unscheduled drug or alcohol tests within any 12 month period.

  • Substance Abuse Testing The Parties agree that it is in the best interest of all concerned to promote a safe working environment. The Union has no objection to pre-employment substance abuse testing when required by the Employer and further, the Union has no objection to voluntary substance abuse testing to qualify for employment on projects when required by a project owner. The cost and scheduling of such testing shall be paid for and arranged by the Employer. The Union agrees to reimburse the Employer for any failed pre-access Alcohol and Drug test costs.

Time is Money Join Law Insider Premium to draft better contracts faster.