Skip to content

Commit 033a690

Browse files
committed
add tests
Signed-off-by: uttam282005 <uttam282005@gmail.com>
1 parent 6225701 commit 033a690

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Copyright: (c) 2020, Jordan Borean (@jborean93) <jborean93@gmail.com>
2+
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
license_expressions:
2+
- mit
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Julia GARCH package
2+
# Copyright 2013 Andrey Kolev
3+
# Distributed under MIT license (see LICENSE.md)
4+
mutable struct GarchFit
5+
data::Vector
6+
params::Vector
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
license_expressions:
2+
- mit

0 commit comments

Comments
 (0)