You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cgpm_metamodel returns 'TypeError: expected string or buffer' when there
are no initialized models. Came up in test_core.test_bql for "analyze pe_cc
for 1 iteration wait".
cgpm_metamodel checkpoint seconds raises NotImplementedError instead of
BQLError.
cgpm_metamodel does not store iterations in bayesdb_generator_model.
test_bql.test_checkpoint__ci_slow.
Removed the iterations column from bayesdb_generator_model; tracking
model analysis statistics is a backend-specific operation not the concern
of anything in schema.py.
cgpm_metamodel returns an error if trying to simulate a constrained
column; appeared in test_simulate.test_simulate_drawconstraint_error.
Made 1 test case be an error, another test case be a valid simulation.
cgpm_metamodel accepts constraints for unseen nominals. This came up in
test_codebook. Changed to make sure densities agree.
engine caching mechanism is not compatible with sqlite rollbacks. Issue
discovered in test_metamodels. See CGPM_Metamodel._engine_latest for
discussion and workaround.
Move src/backends/crosscat_theta.schema.json to probcomp/crosscat.
Move notes/crosscat-schema.txt to probcomp/crosscat.
Above merge commit contains a partial resolution of this ticket, clearing out roughly 50% of the work items. This commit is considered stable, and all unchecked issues in the list above are considered on hold until further notice.
The unchecked items under heading "Merge tables, populations, generators, into one concept" have been mostly addressed by a user-facing workaround per #596, which keeps the full generality of the existing system while allowing "implicit" populations/generators that inherit names from their bases tables/populations.
Internal software and user facing language will be undergoing a dramatic
makeover.
The changes outlined in this ticket:
Removing 'metamodel' concept in favor of 'backend'
CGPM_Metamodel.
Merge tables, populations, generators, into one concept
population p.
correspondence.
entries said table.
Updates to compiler and bqlfn
Clear up several items in the main schema.py
Simplify population schema definition.
ordering among the discrete categories.
Simplify half-implemented or confusing features
Ad-hoc issues
return.
now, post panelcat).
fixed column transitions to be ergodic in lovcat, created ticket Enable arbitrary dependence constraints for ALTER GENERATOR with cgpm_backend #592.
are no initialized models. Came up in test_core.test_bql for "analyze pe_cc
for 1 iteration wait".
BQLError.
test_bql.test_checkpoint__ci_slow.
model analysis statistics is a backend-specific operation not the concern
of anything in schema.py.
column; appeared in test_simulate.test_simulate_drawconstraint_error.
test_codebook. Changed to make sure densities agree.
discovered in test_metamodels. See CGPM_Metamodel._engine_latest for
discussion and workaround.
Related tickets that will be resolved:
#284
#388
#427
#441
#443
#467
#469
#562
The text was updated successfully, but these errors were encountered: