Skip to content
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

Improve ARCtrl write #152

Merged
merged 4 commits into from
Aug 3, 2023
Merged

Improve ARCtrl write #152

merged 4 commits into from
Aug 3, 2023

Conversation

HLWeil
Copy link
Member

@HLWeil HLWeil commented Aug 3, 2023

  • test getWriteContracts
  • use literals in getWriteContracts
  • make toplevel fields mutable

closes #148
closes #149


/// <summary>
/// This function creates the ARC-model from fullfilled READ contracts. The necessary READ contracts can be created with `ARC.getReadContracts`.
/// </summary>
/// <param name="cArr">The fullfilled READ contracts.</param>
/// <param name="enableLogging">If this flag is set true, the function will print any missing/found assays/studies to the console. *Default* = false</param>
member this.addISAFromContracts (contracts: Contract [], ?enableLogging: bool) =
member this.AddISAFromContracts (contracts: Contract [], ?enableLogging: bool) =
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Set"

@HLWeil HLWeil merged commit a9c24c9 into arctrl Aug 3, 2023
2 checks passed
@HLWeil HLWeil deleted the arctrl_write branch August 3, 2023 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants