Skip to content

Commit

Permalink
#9 updated broken depdency in use_desim
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanie-B committed Nov 4, 2020
1 parent 969cc7d commit 827c4be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tiempo_deshima"
version = "0.1.10"
version = "0.1.11"
description = "time-dependent end-to-end model for post-process optimization"
authors = ["Esmee Huijten"]
maintainers = ["Stefanie-B <s.a.brackenhoff@student.tudelft.nl>"]
Expand Down
4 changes: 2 additions & 2 deletions tiempo_deshima/DESHIMA/use_desim.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import numpy as np
import math

# from .desim import minidesim as dsm
import DESHIMA.desim.minidesim as dsm
from .desim import minidesim as dsm
# import DESHIMA.desim.minidesim as dsm

class use_desim(object):

Expand Down

0 comments on commit 827c4be

Please sign in to comment.