Skip to content

Commit

Permalink
Merge pull request #100 from Geosyntec/spec-act
Browse files Browse the repository at this point in the history
tests for spec actions
  • Loading branch information
rburghol authored May 8, 2024
2 parents ed9f6d1 + 3d40f9b commit a189d50
Show file tree
Hide file tree
Showing 23 changed files with 37 additions and 5,241 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,8 @@ tests/GLWACSO/HSP2results/hspp007.uci
tests/test_report_conversion.html

# Omit big files
tests/land_spec/hwmA51800.h5
tests/testcbp/HSP2results/PL3_5250_0001.h5
tests/**/*.h5
tests/testcbp/HSP2results/*.csv
tests/test10/HSP2results/test10.h5
tests/test10specl/HSP2results/test10specl.h5

# R files
.Rdata
Expand Down
5 changes: 4 additions & 1 deletion HSP2/om_special_action.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
"""
The class SpecialAction is used to support original HSPF ACTIONS.
"""
import numpy as np
from numba import njit

from HSP2.om import is_float_digit
from HSP2.om_model_object import ModelObject
from numba import njit

class SpecialAction(ModelObject):
def __init__(self, name, container = False, model_props = {}):
super(SpecialAction, self).__init__(name, container, model_props)
Expand Down
10 changes: 0 additions & 10 deletions tests/test10specl/HSP2results/pytest10.py

This file was deleted.

25 changes: 0 additions & 25 deletions tests/test10specl/HSP2results/test10specl.example.py

This file was deleted.

75 changes: 0 additions & 75 deletions tests/test10specl/HSPFresults/ERROR.FIL

This file was deleted.

391 changes: 0 additions & 391 deletions tests/test10specl/HSPFresults/Run_HSPF.ipynb

This file was deleted.

Empty file.
Loading

0 comments on commit a189d50

Please sign in to comment.