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

Setter bug #208

Closed
wants to merge 1 commit into from
Closed

Conversation

jaredthomas68
Copy link
Collaborator

Trying to get examples/optimization/hybrid_sizing_problem.py running with the recent changes to HOPP. Ran into issue #207 . When that issue is resolved we may be able to complete with pull request to get the noted example running.

@jaredthomas68 jaredthomas68 changed the base branch from master to dev/refactor August 25, 2023 19:23
@@ -6,7 +6,7 @@
except AttributeError:
u.load_definitions_from_strings(['USD = [currency]', 'lifecycle = [energy] / [energy]'])

class Dispatch:
class Dispatch(object):
Copy link
Collaborator

Choose a reason for hiding this comment

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

Python 3 classes implicitly inherit from object so we shouldn't need it here

@camirmas
Copy link
Collaborator

@jaredthomas68 is this meant to still be a draft?

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.

None yet

2 participants