Errors in browser manager

24 views
Skip to first unread message

ineslopezl...@gmail.com

unread,
Mar 25, 2025, 1:36:02 PMMar 25
to OxCal
Hello Christopher

I get the following error message when I try to rename a model (also get error when trying to save, although it saves it anyway) and the option to delete models seem to have disappeared in the last revision of the interface?

Best

Ines
Screenshot 2025-03-25 173156.png

Christopher Ramsey

unread,
Mar 25, 2025, 2:14:47 PMMar 25
to OxCal group
Dear Ines

Many thanks for this - I think the issue was only with folders with names containing "_v" and this has now been fixed. Let me know if there is still a problem.

Best wishes

Christopher
> --
> You received this message because you are subscribed to the Google Groups "OxCal" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to oxcal+un...@googlegroups.com.
> To view this discussion visit https://groups.google.com/d/msgid/oxcal/fff45b85-5e2c-4f13-8e01-e700820a073en%40googlegroups.com.
> <Screenshot 2025-03-25 173156.png>

Tomasz Chmielewski

unread,
Apr 14, 2025, 2:05:41 PMApr 14
to ox...@googlegroups.com
Dear All,

I cannot run this simple model with success. I decided to use parameters just because of the constraints that are based on radiocarbon ages that must be nested within the phase/sequence. What's wrong?

Greetings,

T.

Here is the code (sorry, without 14C ages):

// likelihoods:

A = R_Date();
B = R_Date();
C = R_Date();
D = R_Date();
E = R_Date();
F = R_Date();
G = R_Date();
H = R_Date();
I = R_Date();
J = R_Date();
K = R_Date();
L = R_Date();
M = R_Date();
N = R_Date();
O = R_Date();

// dependent likelihoods:

LA = A;
LB = B;
MA = C;
MB = (D & E);
MC = F;
MD = G;
ME = H;
MF = (I & J);
MG = K;
MH = (L & M);
MI = N;
MJ = O;

//sequence:

Boundary("BLS") < (LA|LB) < Boundary("BLE") < Boundary ("BMS") <(MA|MB|MC|MD|ME|MF|MG|MH|MI|MJ) < Boundary("BME");

//constraints:

MB < MA;
MB < ME;

Reply all
Reply to author
Forward
0 new messages