Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
StochSS
/
SpatialPy
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
21
Code
Issues
29
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Timespan Fix
- #178
#178
Merged
briandrawert
merged 14 commits into
develop
StochSS/SpatialPy:develop
from
tspan-fix
StochSS/SpatialPy:tspan-fix
Copy head branch name to clipboard
Oct 18, 2021
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Timespan Fix
#178
briandrawert
merged 14 commits into
develop
StochSS/SpatialPy:develop
from
tspan-fix
StochSS/SpatialPy:tspan-fix
Copy head branch name to clipboard
Commits
Commits on Oct 11, 2021
Refactored the tspan to be a list of output time values.
Show description for ec963d9
BryanRumsey
committed
ec963d9
View commit details
Copy full SHA for ec963d9
Browse repository at this point
Fixed tspan.
BryanRumsey
committed
3e974d8
View commit details
Copy full SHA for 3e974d8
Browse repository at this point
Refactored the output file name to use the index of the tspan vector instead of the step number.
BryanRumsey
committed
90e952d
View commit details
Copy full SHA for 90e952d
Browse repository at this point
Added function to get next output step.
BryanRumsey
committed
4d8cc18
View commit details
Copy full SHA for 4d8cc18
Browse repository at this point
Commits on Oct 12, 2021
Refactored the get property function to properly get the timespan.
BryanRumsey
committed
c23d121
View commit details
Copy full SHA for c23d121
Browse repository at this point
Added const keyword to the outupt steps vector declaration. Removed debug print statement.
BryanRumsey
committed
4a4d804
View commit details
Copy full SHA for 4a4d804
Browse repository at this point
Fixed issue with excess output files being generated.
BryanRumsey
committed
9e93886
View commit details
Copy full SHA for 9e93886
Browse repository at this point
Merge branch 'develop' of https://github.com/spatialpy/SpatialPy into tspan-fix
BryanRumsey
committed
27e4e76
View commit details
Copy full SHA for 27e4e76
Browse repository at this point
Commits on Oct 13, 2021
addressed review comments.
BryanRumsey
committed
f9d0ab7
View commit details
Copy full SHA for f9d0ab7
Browse repository at this point
Added check for output freq < timestep size. Added func to remove duplicated output steps.
BryanRumsey
committed
1aed605
View commit details
Copy full SHA for 1aed605
Browse repository at this point
Added check for output freq < timestep size. Added func to remove duplicated output steps.
BryanRumsey
committed
aee6c05
View commit details
Copy full SHA for aee6c05
Browse repository at this point
Fixed outpu freq check in the solver.
BryanRumsey
committed
e131c06
View commit details
Copy full SHA for e131c06
Browse repository at this point
Commits on Oct 15, 2021
Changed the default of timestep_size to None.
BryanRumsey
committed
8950024
View commit details
Copy full SHA for 8950024
Browse repository at this point
Added check that will set the timestep_size to 1e-5 if it is None in Solver.compile.
BryanRumsey
committed
dd00c5a
View commit details
Copy full SHA for dd00c5a
Browse repository at this point
You can’t perform that action at this time.