Skip to content

Latest commit

 

History

History
 
 

builders

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Builders

This package contains the methods used to format the estimators, definitions, models, etc into the format the backend expects to receive the data to run the experiments.

Folder structure

  • src
    • tests: Jest test for the builders
    • Builders: helper methods that return the request structure expected from the backend.action-duration

      Methods:

      • buildAlternativeModels
      • buildEstimators
      • buildLoadNode
      • buildModelLevel
      • buildNodes
      • buildRefutationSpecs
      • buildSignificanceTestsNode
      • buildSpecs

Tests

  1. yarn test - Run unit tests with jest, and react testing library and react hooks testing library