Cross Reference: axiom_selection_factory.rb
xref
: /
ontohub
/
spec
/
factories
/
axiom_selection_factory.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
axiom_selection_factory.rb revision 2dd343358095286426c3ba8f6803572ee4c0a00a
FactoryGirl.define
do
factory
:
axiom_selection
do
association
:
proof_attempt_configuration
end
factory
:
manual_axiom_selection
do
end
factory
:
sine_axiom_selection
do
commonness_threshold
{
0
}
depth_limit
{ -
1
}
tolerance
{
1.0
}
end
end