-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message class should be slightly amended #75
Comments
My understanding is this method was built on an example pre-dating UCO's adoption of the Collections Ontology (done in Issue 389). If there's a desire for this method, it should:
I think the right direction is to remove this function, and code up a demo of the thread illustrated in the ASCII art in UCO Issue 393, Competency 1 ("Suppose an email message set is found..."). Threads being non-linear, diverging, and converging, will open up some questions on class design. |
Every time I use the Message class the following code is included: {
"@id": "kb:...",
"@type": "uco-observable:Message",
"olo:length": null,
"olo:slot": null,
"uco-core:hasFacet": [
]
} It's a harmless but useless code. |
A follow-on patch will regenerate Make-managed files. References: * #75 Reported-by: Fabrizio Turchi <fabrizio.turchi@igsg.cnr.it> Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
References: * #75 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
I've removed the affect from I haven't looked into addressing the longer-term questions, though. |
@ajnelson-nist thanks! It's up to you to close it or leave it open. |
There's at least one more PR I'll push later next week to convert |
In the init method there is the call self.append_indexed_items included in base.py but the code is useless even though it can be ignored, no issues are raised by the case_validate.
The text was updated successfully, but these errors were encountered: